ManualTransferSupplyFlowRequest
@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?
optionalaccount?: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?
optionalamount?: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?
optionalmechanism?: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?
optionalwalletAdapter?:undefined
Defined in: packages/client/src/modules/lending/types.ts:188
Manual supply does not broadcast through a wallet adapter.