io.provenance.metadata.v1.EventContractSpecificationUpdatedOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/metadata/v1/events.proto
package io.provenance.metadata.v1;
public interface EventContractSpecificationUpdatedOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.EventContractSpecificationUpdated)
com.google.protobuf.MessageOrBuilder {
/**
*
* contract_specification_addr is the bech32 address string of the specification id of the contract specification that
* was updated.
*
*
* string contract_specification_addr = 1;
*/
java.lang.String getContractSpecificationAddr();
/**
*
* contract_specification_addr is the bech32 address string of the specification id of the contract specification that
* was updated.
*
*
* string contract_specification_addr = 1;
*/
com.google.protobuf.ByteString
getContractSpecificationAddrBytes();
}