Skip to content

@gala-chain/chaincodeAPI


API > FetchFeePendingBalancesParams

Interface: FetchFeePendingBalancesParams

Typed arguments to the fetchFeePendingBalances() method. Used to fetch FeePendingBalance entries previously written to chain. FeePendingBalance entries represent a pending credit or temporary balance used to pay cross-channel fees. Generally intended to be used in near-realtime in a subsequent block, these pending balances are written to chain by an authortiative identity that has verified a corresponding burn of $GALA on the Gala's asset channel. Supports pagination - the optional bookmark and limit variables control the starting chainkey and size of the returned page, respectively.

Contents

Properties

bookmark

bookmark?: string

Source

chaincode/src/fees/fetchFeeBalances.ts:41


limit

limit?: number

Source

chaincode/src/fees/fetchFeeBalances.ts:42


owner

owner?: string

Source

chaincode/src/fees/fetchFeeBalances.ts:40