Skip to content

@gala-chain/chaincodeAPI


API > fetchFeeAuthorizations

Function: fetchFeeAuthorizations()

fetchFeeAuthorizations(ctx, data): Promise\<FetchFeeAuthorizationsResDto>

Fetch FeeAuthorization entries previously written on-chain. FeeAuthorization entries represent a burn of $GALA initiated by a specific user, intended for use as a cross-channel fee payment. Supports pagination.

Parameters

ctx: GalaChainContext

data: FetchFeeAuthorizationsParams

Returns

Source

chaincode/src/fees/fetchFeeAuthorizations.ts:58