Skip to content

@gala-chain/chaincodeAPI


API > FetchFeeCreditReceiptsParams

Interface: FetchFeeCreditReceiptsParams

Typed arguments to the fetchFeeCreditReceipts() function. All parameters are optional; however care should be take to provide chain keys in order of specificity. Refer to theFeeBalanceCreditReceiptclass definition for details on the order ofChainKeys. Supports pagination - the optionalbookmarkandlimit` variables control the starting index key and size of the returned page, respectively.

Contents

Properties

bookmark

bookmark?: string

Source

chaincode/src/fees/fetchFeeCreditReceipts.ts:46


creditToUser

creditToUser?: string

Source

chaincode/src/fees/fetchFeeCreditReceipts.ts:44


day

day?: string

Source

chaincode/src/fees/fetchFeeCreditReceipts.ts:40


feeCode

feeCode?: string

Source

chaincode/src/fees/fetchFeeCreditReceipts.ts:43


hours

hours?: string

Source

chaincode/src/fees/fetchFeeCreditReceipts.ts:41


limit

limit?: number

Source

chaincode/src/fees/fetchFeeCreditReceipts.ts:47


minutes

minutes?: string

Source

chaincode/src/fees/fetchFeeCreditReceipts.ts:42


month

month?: string

Source

chaincode/src/fees/fetchFeeCreditReceipts.ts:39


txId

txId?: string

Source

chaincode/src/fees/fetchFeeCreditReceipts.ts:45


year

year?: string

Source

chaincode/src/fees/fetchFeeCreditReceipts.ts:38