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

interface QueryBalanceResponse {
    balance?: Coin;
}

Properties

Properties

balance?: Coin

balance is the balance of the coin.