GetDepositAddressRequest
@liquidium/client / GetDepositAddressRequest
Interface: GetDepositAddressRequest
Defined in: packages/client/src/modules/lending/types.ts:297
Request for a native ETH or ETH stablecoin deposit address.
Properties
action
action:
SupplyAction
Defined in: packages/client/src/modules/lending/types.ts:305
Deposit or repayment action for the inflow.
asset
asset:
"ETH"|"USDC"|"USDT"
Defined in: packages/client/src/modules/lending/types.ts:303
Native ETH or ETH stablecoin asset.
poolId
poolId:
string
Defined in: packages/client/src/modules/lending/types.ts:301
Pool principal text receiving the inflow.
profileId
profileId:
string
Defined in: packages/client/src/modules/lending/types.ts:299
Liquidium profile principal text.