Interface QueryAllowancesByGranterRequestAmino

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

interface QueryAllowancesByGranterRequestAmino {
    granter?: string;
    pagination?: PageRequestAmino;
}

Properties

granter?: string
pagination?: PageRequestAmino

pagination defines an pagination for the request.