io.provenance.metadata.v1.ContractSpecificationWrapperOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/metadata/v1/query.proto
package io.provenance.metadata.v1;
public interface ContractSpecificationWrapperOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.ContractSpecificationWrapper)
com.google.protobuf.MessageOrBuilder {
/**
*
* specification is the on-chain contract specification message.
*
*
* .provenance.metadata.v1.ContractSpecification specification = 1;
*/
boolean hasSpecification();
/**
*
* specification is the on-chain contract specification message.
*
*
* .provenance.metadata.v1.ContractSpecification specification = 1;
*/
io.provenance.metadata.v1.ContractSpecification getSpecification();
/**
*
* specification is the on-chain contract specification message.
*
*
* .provenance.metadata.v1.ContractSpecification specification = 1;
*/
io.provenance.metadata.v1.ContractSpecificationOrBuilder getSpecificationOrBuilder();
/**
*
* contract_spec_id_info contains information about the id/address of the contract specification.
*
*
* .provenance.metadata.v1.ContractSpecIdInfo contract_spec_id_info = 2 [(.gogoproto.moretags) = "yaml:\"contract_spec_id_info\""];
*/
boolean hasContractSpecIdInfo();
/**
*
* contract_spec_id_info contains information about the id/address of the contract specification.
*
*
* .provenance.metadata.v1.ContractSpecIdInfo contract_spec_id_info = 2 [(.gogoproto.moretags) = "yaml:\"contract_spec_id_info\""];
*/
io.provenance.metadata.v1.ContractSpecIdInfo getContractSpecIdInfo();
/**
*
* contract_spec_id_info contains information about the id/address of the contract specification.
*
*
* .provenance.metadata.v1.ContractSpecIdInfo contract_spec_id_info = 2 [(.gogoproto.moretags) = "yaml:\"contract_spec_id_info\""];
*/
io.provenance.metadata.v1.ContractSpecIdInfoOrBuilder getContractSpecIdInfoOrBuilder();
}