Interface QueryAllowancesByGranterResponseAmino

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

interface QueryAllowancesByGranterResponseAmino {
    allowances?: GrantAmino[];
    pagination?: PageResponseAmino;
}

Properties

allowances?: GrantAmino[]

allowances that have been issued by the granter.

pagination?: PageResponseAmino

pagination defines an pagination for the response.