Interface: FeegrantQueryExtensionMethods
@shareledgerjs/client.feegrant.FeegrantQueryExtensionMethods
Methods
allowance
▸ allowance(grantee
, granter
, height?
): Promise
<undefined
| Allowance
>
Parameters
Name | Type |
---|---|
grantee | string |
granter | string |
height? | number |
Returns
Promise
<undefined
| Allowance
>
allowances
▸ allowances(grantee
, paginationKey?
, height?
): Promise
<AllowancesResponse
>
Parameters
Name | Type |
---|---|
grantee | string |
paginationKey? | Uint8Array |
height? | number |
Returns
Promise
<AllowancesResponse
>
allowancesByGranter
▸ allowancesByGranter(granter
, paginationKey?
, height?
): Promise
<AllowancesResponse
>
Parameters
Name | Type |
---|---|
granter | string |
paginationKey? | Uint8Array |
height? | number |
Returns
Promise
<AllowancesResponse
>