io.provenance.metadata.v1.MsgWriteScopeSpecificationResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/metadata/v1/tx.proto
package io.provenance.metadata.v1;
public interface MsgWriteScopeSpecificationResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.MsgWriteScopeSpecificationResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* scope_spec_id_info contains information about the id/address of the scope specification that was added or updated.
*
*
* .provenance.metadata.v1.ScopeSpecIdInfo scope_spec_id_info = 1 [(.gogoproto.moretags) = "yaml:\"scope_spec_id_info\""];
*/
boolean hasScopeSpecIdInfo();
/**
*
* scope_spec_id_info contains information about the id/address of the scope specification that was added or updated.
*
*
* .provenance.metadata.v1.ScopeSpecIdInfo scope_spec_id_info = 1 [(.gogoproto.moretags) = "yaml:\"scope_spec_id_info\""];
*/
io.provenance.metadata.v1.ScopeSpecIdInfo getScopeSpecIdInfo();
/**
*
* scope_spec_id_info contains information about the id/address of the scope specification that was added or updated.
*
*
* .provenance.metadata.v1.ScopeSpecIdInfo scope_spec_id_info = 1 [(.gogoproto.moretags) = "yaml:\"scope_spec_id_info\""];
*/
io.provenance.metadata.v1.ScopeSpecIdInfoOrBuilder getScopeSpecIdInfoOrBuilder();
}