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

interface QueryAllowancesRequestAmino {
    grantee?: string;
    pagination?: PageRequestAmino;
}

Properties

grantee?: string
pagination?: PageRequestAmino

pagination defines an pagination for the request.