Interface QuerySpendableBalancesRequestAmino

QuerySpendableBalancesRequest defines the gRPC request structure for querying an account's spendable balances.

interface QuerySpendableBalancesRequestAmino {
    address?: string;
    pagination?: PageRequestAmino;
}

Properties

address?: string

address is the address to query spendable balances for.

pagination?: PageRequestAmino

pagination defines an optional pagination for the request.