Skip to main content

CreateWithdrawRequest

@liquidium/client


@liquidium/client / CreateWithdrawRequest

Interface: CreateWithdrawRequest

Defined in: external/liquidium-sdk/packages/client/src/modules/lending/types.ts:102

Fields to build a withdraw request. amount is in the pool asset's base units.

Extended by

Properties

amount

amount: bigint

Defined in: external/liquidium-sdk/packages/client/src/modules/lending/types.ts:108

Amount to withdraw in the pool asset's base units.


poolId

poolId: string

Defined in: external/liquidium-sdk/packages/client/src/modules/lending/types.ts:106

Pool principal text to withdraw from.


profileId

profileId: string

Defined in: external/liquidium-sdk/packages/client/src/modules/lending/types.ts:104

Liquidium profile principal text.


receiverAddress

receiverAddress: string

Defined in: external/liquidium-sdk/packages/client/src/modules/lending/types.ts:110

External-chain address that receives the withdrawn asset.


signerWalletAddress

signerWalletAddress: string

Defined in: external/liquidium-sdk/packages/client/src/modules/lending/types.ts:112

Wallet address that signs the withdraw authorization.