QueryBalanceRequest is the request type for the Query/Balance RPC method.

interface QueryBalanceRequest {
    address: string;
    denom: string;
}

Properties

Properties

address: string

address is the address to query balances for.

denom: string

denom is the coin denom to query balances for.