Skip to main content

ManualTransferSupplyFlowRequest

@liquidium/client


@liquidium/client / ManualTransferSupplyFlowRequest

Interface: ManualTransferSupplyFlowRequest

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

Manual transfer-based lending.supply request.

Extends

  • BaseSupplyFlowRequest

Properties

account?

optional account?: undefined

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

Manual supply does not accept a sender account.


action

action: SupplyAction

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

Inherited from

BaseSupplyFlowRequest.action


amount?

optional amount?: undefined

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

Manual supply does not accept an execution amount.


chain

chain: Chain

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

Transfer chain to use. Pass ICP for ck-ledger transfers.

Inherited from

BaseSupplyFlowRequest.chain


mechanism?

optional mechanism?: undefined

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

Transfer supply uses the default mechanism and does not accept this field.


poolId

poolId: string

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

Inherited from

BaseSupplyFlowRequest.poolId


profileId

profileId: string

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

Inherited from

BaseSupplyFlowRequest.profileId


walletAdapter?

optional walletAdapter?: undefined

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

Manual supply does not broadcast through a wallet adapter.