Since: cosmos-sdk 0.46
A successful response.
allowances that have been issued by the granter.
pagination defines an pagination for the response.
const response = await fetch('https://fet.nownodes.io/cosmos/feegrant/v1beta1/issued/{granter}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "allowances": [ { "granter": "text", "grantee": "text", "allowance": { "type_url": "text", "value": "Ynl0ZXM=" } } ], "pagination": { "next_key": "Ynl0ZXM=", "total": "text" } }