All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.provenance.attribute.v1.GenesisStateOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: provenance/attribute/v1/genesis.proto

package io.provenance.attribute.v1;

public interface GenesisStateOrBuilder extends
    // @@protoc_insertion_point(interface_extends:provenance.attribute.v1.GenesisState)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * params defines all the parameters of the module.
   * 
* * .provenance.attribute.v1.Params params = 1 [(.gogoproto.nullable) = false]; */ boolean hasParams(); /** *
   * params defines all the parameters of the module.
   * 
* * .provenance.attribute.v1.Params params = 1 [(.gogoproto.nullable) = false]; */ io.provenance.attribute.v1.Params getParams(); /** *
   * params defines all the parameters of the module.
   * 
* * .provenance.attribute.v1.Params params = 1 [(.gogoproto.nullable) = false]; */ io.provenance.attribute.v1.ParamsOrBuilder getParamsOrBuilder(); /** *
   * deposits defines all the deposits present at genesis.
   * 
* * repeated .provenance.attribute.v1.Attribute attributes = 2 [(.gogoproto.nullable) = false]; */ java.util.List getAttributesList(); /** *
   * deposits defines all the deposits present at genesis.
   * 
* * repeated .provenance.attribute.v1.Attribute attributes = 2 [(.gogoproto.nullable) = false]; */ io.provenance.attribute.v1.Attribute getAttributes(int index); /** *
   * deposits defines all the deposits present at genesis.
   * 
* * repeated .provenance.attribute.v1.Attribute attributes = 2 [(.gogoproto.nullable) = false]; */ int getAttributesCount(); /** *
   * deposits defines all the deposits present at genesis.
   * 
* * repeated .provenance.attribute.v1.Attribute attributes = 2 [(.gogoproto.nullable) = false]; */ java.util.List getAttributesOrBuilderList(); /** *
   * deposits defines all the deposits present at genesis.
   * 
* * repeated .provenance.attribute.v1.Attribute attributes = 2 [(.gogoproto.nullable) = false]; */ io.provenance.attribute.v1.AttributeOrBuilder getAttributesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy