QueryBalanceResponse is the response type for the Query/Balance RPC method.

interface QueryBalanceResponseAmino {
    balance?: CoinAmino;
}

Properties

Properties

balance?: CoinAmino

balance is the balance of the coin.