io.provenance.metadata.v1.EventRecordSpecificationCreatedOrBuilder 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 EventRecordSpecificationCreatedOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.EventRecordSpecificationCreated)
com.google.protobuf.MessageOrBuilder {
/**
*
* record_specification_addr is the bech32 address string of the specification id of the record specification that was
* created.
*
*
* string record_specification_addr = 1;
*/
java.lang.String getRecordSpecificationAddr();
/**
*
* record_specification_addr is the bech32 address string of the specification id of the record specification that was
* created.
*
*
* string record_specification_addr = 1;
*/
com.google.protobuf.ByteString
getRecordSpecificationAddrBytes();
/**
*
* contract_specification_addr is the bech32 address string of the contract specification id this record specification
* belongs to.
*
*
* string contract_specification_addr = 2;
*/
java.lang.String getContractSpecificationAddr();
/**
*
* contract_specification_addr is the bech32 address string of the contract specification id this record specification
* belongs to.
*
*
* string contract_specification_addr = 2;
*/
com.google.protobuf.ByteString
getContractSpecificationAddrBytes();
}