Skip to main content

GetEvmSupplyContextRequest

@liquidium/client


@liquidium/client / GetEvmSupplyContextRequest

Interface: GetEvmSupplyContextRequest

Defined in: packages/client/src/modules/lending/types.ts:312

Request for ERC-20 approval and deposit planning.

Properties

action

action: SupplyAction

Defined in: packages/client/src/modules/lending/types.ts:322

Deposit or repayment action for the inflow.


amount

amount: bigint

Defined in: packages/client/src/modules/lending/types.ts:320

Supply amount in token base units.


poolId

poolId: string

Defined in: packages/client/src/modules/lending/types.ts:316

Pool principal text receiving the inflow.


profileId

profileId: string

Defined in: packages/client/src/modules/lending/types.ts:314

Liquidium profile principal text.


walletAddress

walletAddress: string

Defined in: packages/client/src/modules/lending/types.ts:318

EVM wallet address that will send funds.