![JAR search and dependency download from the Maven repository](/logo.png)
io.provenance.metadata.v1.ScopeWrapperOrBuilder 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 ScopeWrapperOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.ScopeWrapper)
com.google.protobuf.MessageOrBuilder {
/**
*
* scope is the on-chain scope message.
*
*
* .provenance.metadata.v1.Scope scope = 1;
*/
boolean hasScope();
/**
*
* scope is the on-chain scope message.
*
*
* .provenance.metadata.v1.Scope scope = 1;
*/
io.provenance.metadata.v1.Scope getScope();
/**
*
* scope is the on-chain scope message.
*
*
* .provenance.metadata.v1.Scope scope = 1;
*/
io.provenance.metadata.v1.ScopeOrBuilder getScopeOrBuilder();
/**
*
* scope_id_info contains information about the id/address of the scope.
*
*
* .provenance.metadata.v1.ScopeIdInfo scope_id_info = 2 [(.gogoproto.moretags) = "yaml:\"scope_id_info\""];
*/
boolean hasScopeIdInfo();
/**
*
* scope_id_info contains information about the id/address of the scope.
*
*
* .provenance.metadata.v1.ScopeIdInfo scope_id_info = 2 [(.gogoproto.moretags) = "yaml:\"scope_id_info\""];
*/
io.provenance.metadata.v1.ScopeIdInfo getScopeIdInfo();
/**
*
* scope_id_info contains information about the id/address of the scope.
*
*
* .provenance.metadata.v1.ScopeIdInfo scope_id_info = 2 [(.gogoproto.moretags) = "yaml:\"scope_id_info\""];
*/
io.provenance.metadata.v1.ScopeIdInfoOrBuilder getScopeIdInfoOrBuilder();
/**
*
* scope_spec_id_info contains information about the id/address of the scope specification.
*
*
* .provenance.metadata.v1.ScopeSpecIdInfo scope_spec_id_info = 3 [(.gogoproto.moretags) = "yaml:\"scope_spec_id_info\""];
*/
boolean hasScopeSpecIdInfo();
/**
*
* scope_spec_id_info contains information about the id/address of the scope specification.
*
*
* .provenance.metadata.v1.ScopeSpecIdInfo scope_spec_id_info = 3 [(.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.
*
*
* .provenance.metadata.v1.ScopeSpecIdInfo scope_spec_id_info = 3 [(.gogoproto.moretags) = "yaml:\"scope_spec_id_info\""];
*/
io.provenance.metadata.v1.ScopeSpecIdInfoOrBuilder getScopeSpecIdInfoOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy