GetEvmSupplyContextRequest
@liquidium/client / GetEvmSupplyContextRequest
Interface: GetEvmSupplyContextRequest
Defined in: packages/client/src/modules/lending/types.ts:315
Request for ERC-20 approval and deposit planning.
Properties
action
action:
SupplyAction
Defined in: packages/client/src/modules/lending/types.ts:325
Deposit or repayment action for the inflow.
amount
amount:
bigint
Defined in: packages/client/src/modules/lending/types.ts:323
Supply amount in token base units.
poolId
poolId:
string
Defined in: packages/client/src/modules/lending/types.ts:319
Pool principal text receiving the inflow.
profileId
profileId:
string
Defined in: packages/client/src/modules/lending/types.ts:317
Liquidium profile principal text.
walletAddress
walletAddress:
string
Defined in: packages/client/src/modules/lending/types.ts:321
EVM wallet address that will send funds.