QueryAllowancesResponse is the response type for the Query/Allowances RPC method.

interface QueryAllowancesResponse {
    allowances: Grant[];
    pagination?: PageResponse;
}

Properties

allowances: Grant[]

allowances are allowance's granted for grantee by granter.

pagination?: PageResponse

pagination defines an pagination for the response.