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

interface QuerySpendableBalancesRequest {
    address: string;
    pagination?: PageRequest;
}

Properties

Properties

address: string

address is the address to query spendable balances for.

pagination?: PageRequest

pagination defines an optional pagination for the request.