Skip to content

@gala-chain/chaincodeAPI


API > FetchFeeAuthorizationsParams

Interface: FetchFeeAuthorizationsParams

Typed arguments to the fetchFeeAuthorizations() function. All parameters are optional; however care should be taken to provide chain keys in order of specificity. Refer to the FeeAuthorization class definition for details on the order of ChainKeys. Supports pagination - the optional bookmark and limit variables control the starting chainkey and size of the returned page, respectively.

Contents

Properties

authority

authority?: string

Source

chaincode/src/fees/fetchFeeAuthorizations.ts:37


bookmark

bookmark?: string

Source

chaincode/src/fees/fetchFeeAuthorizations.ts:45


day

day?: string

Source

chaincode/src/fees/fetchFeeAuthorizations.ts:40


feeCode

feeCode?: string

Source

chaincode/src/fees/fetchFeeAuthorizations.ts:43


hours

hours?: string

Source

chaincode/src/fees/fetchFeeAuthorizations.ts:41


limit

limit?: number

Source

chaincode/src/fees/fetchFeeAuthorizations.ts:46


minutes

minutes?: string

Source

chaincode/src/fees/fetchFeeAuthorizations.ts:42


month

month?: string

Source

chaincode/src/fees/fetchFeeAuthorizations.ts:39


txId

txId?: string

Source

chaincode/src/fees/fetchFeeAuthorizations.ts:44


year

year?: string

Source

chaincode/src/fees/fetchFeeAuthorizations.ts:38