QueryAllowancesRequest is the request type for the Query/Allowances RPC method.

interface QueryAllowancesRequest {
    grantee: string;
    pagination?: PageRequest;
}

Properties

Properties

grantee: string
pagination?: PageRequest

pagination defines an pagination for the request.