Interface QueryAllowancesByGranterResponse

QueryAllowancesByGranterResponse is the response type for the Query/AllowancesByGranter RPC method.

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

Properties

allowances: Grant[]

allowances that have been issued by the granter.

pagination?: PageResponse

pagination defines an pagination for the response.