Skip to main content

CreateWithdrawalIntentParams

@totemsdk/liquidity-bond


@totemsdk/liquidity-bond / CreateWithdrawalIntentParams

Interface: CreateWithdrawalIntentParams

Properties

amount

amount: bigint


metadata?

optional metadata?: Record<string, unknown>


nonce?

optional nonce?: string

Per-position nonce — the withdrawal ID is a domain hash over it (non-replayable).


ownerAddress

ownerAddress: string


poolId

poolId: string


positionId

positionId: string


requestedAt?

optional requestedAt?: number