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

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

Properties

allowances?: GrantAmino[]

allowances are allowance's granted for grantee by granter.

pagination?: PageResponseAmino

pagination defines an pagination for the response.