WalletTransferSupplyFlowRequest
@liquidium/client / WalletTransferSupplyFlowRequest
Interface: WalletTransferSupplyFlowRequest
Defined in: external/liquidium-sdk/packages/client/src/modules/lending/types.ts:199
Wallet-executed transfer-based lending.supply request.
Extends
BaseSupplyFlowRequest
Properties
account
account:
string
Defined in: external/liquidium-sdk/packages/client/src/modules/lending/types.ts:208
Sender wallet account.
action
action:
SupplyAction
Defined in: external/liquidium-sdk/packages/client/src/modules/lending/types.ts:183
Inherited from
BaseSupplyFlowRequest.action
amount
amount:
bigint
Defined in: external/liquidium-sdk/packages/client/src/modules/lending/types.ts:210
Transfer amount in the target asset's base units.
mechanism?
optionalmechanism?:"transfer"
Defined in: external/liquidium-sdk/packages/client/src/modules/lending/types.ts:201
Optional explicit transfer mechanism.
poolId
poolId:
string
Defined in: external/liquidium-sdk/packages/client/src/modules/lending/types.ts:182
Inherited from
BaseSupplyFlowRequest.poolId
profileId
profileId:
string
Defined in: external/liquidium-sdk/packages/client/src/modules/lending/types.ts:181
Inherited from
BaseSupplyFlowRequest.profileId
walletAdapter
walletAdapter:
Pick<WalletAdapter,"sendBtcTransaction"|"sendEthTransaction">
Defined in: external/liquidium-sdk/packages/client/src/modules/lending/types.ts:203
Wallet adapter used to broadcast the transfer.