QueryAllowancesByGranterRequest is the request type for the Query/AllowancesByGranter RPC method.

interface QueryAllowancesByGranterRequest {
    granter: string;
    pagination?: PageRequest;
}

Properties

Properties

granter: string
pagination?: PageRequest

pagination defines an pagination for the request.