Skip to main content

Interface: FeegrantQueryExtensionMethods

@shareledgerjs/client.feegrant.FeegrantQueryExtensionMethods

Methods

allowance

allowance(grantee, granter, height?): Promise<undefined | Allowance>

Parameters

NameType
granteestring
granterstring
height?number

Returns

Promise<undefined | Allowance>


allowances

allowances(grantee, paginationKey?, height?): Promise<AllowancesResponse>

Parameters

NameType
granteestring
paginationKey?Uint8Array
height?number

Returns

Promise<AllowancesResponse>


allowancesByGranter

allowancesByGranter(granter, paginationKey?, height?): Promise<AllowancesResponse>

Parameters

NameType
granterstring
paginationKey?Uint8Array
height?number

Returns

Promise<AllowancesResponse>