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

interface QueryBalanceResponseSDKType {
    balance?: CoinSDKType;
}

Properties

Properties

balance?: CoinSDKType