RecordLiquidityFeeParams
@totemsdk/liquidity-bond / RecordLiquidityFeeParams
Interface: RecordLiquidityFeeParams
Properties
earnProof?
optionalearnProof?:unknown
Required for earnable sources — the payment proof that backs the fee.
feeAsset
feeAsset:
string
grossFeeAmount
grossFeeAmount:
bigint
lpFeeAmount?
optionallpFeeAmount?:bigint
metadata?
optionalmetadata?:Record<string,unknown>
operatorFeeAmount?
optionaloperatorFeeAmount?:bigint
payoutRef?
optionalpayoutRef?:FeePayoutRef
poolId
poolId:
string
positionId
positionId:
string
proofRef?
optionalproofRef?:LiquidityProofRef
recordedAt?
optionalrecordedAt?:number
source
source:
FeeSource
verified?
optionalverified?:boolean
When set, the earn-proof was verified (see verifyLiquidityFeeRecord).