@gala-chain/chaincode ∙ API
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 the
FeeBalanceCreditReceiptclass definition for details on the order of
ChainKeys.
Supports pagination -
the optional
bookmarkand
limit` 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