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

io.provenance.marker.v1.BalanceOrBuilder Maven / Gradle / Ivy

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

package io.provenance.marker.v1;

public interface BalanceOrBuilder extends
    // @@protoc_insertion_point(interface_extends:provenance.marker.v1.Balance)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * address is the address of the balance holder.
   * 
* * string address = 1; */ java.lang.String getAddress(); /** *
   * address is the address of the balance holder.
   * 
* * string address = 1; */ com.google.protobuf.ByteString getAddressBytes(); /** *
   * coins defines the different coins this balance holds.
   * 
* * repeated .cosmos.base.v1beta1.Coin coins = 2 [(.gogoproto.nullable) = false, (.gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"]; */ java.util.List getCoinsList(); /** *
   * coins defines the different coins this balance holds.
   * 
* * repeated .cosmos.base.v1beta1.Coin coins = 2 [(.gogoproto.nullable) = false, (.gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"]; */ cosmos.base.v1beta1.CoinOuterClass.Coin getCoins(int index); /** *
   * coins defines the different coins this balance holds.
   * 
* * repeated .cosmos.base.v1beta1.Coin coins = 2 [(.gogoproto.nullable) = false, (.gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"]; */ int getCoinsCount(); /** *
   * coins defines the different coins this balance holds.
   * 
* * repeated .cosmos.base.v1beta1.Coin coins = 2 [(.gogoproto.nullable) = false, (.gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"]; */ java.util.List getCoinsOrBuilderList(); /** *
   * coins defines the different coins this balance holds.
   * 
* * repeated .cosmos.base.v1beta1.Coin coins = 2 [(.gogoproto.nullable) = false, (.gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"]; */ cosmos.base.v1beta1.CoinOuterClass.CoinOrBuilder getCoinsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy