CreateBorrowData
@liquidium/client / CreateBorrowData
Interface: CreateBorrowData
Defined in: packages/client/src/modules/lending/types.ts:102
Prepared borrow request data embedded in the signable action.
Extends
Properties
amount
amount:
bigint
Defined in: packages/client/src/modules/lending/types.ts:92
Amount to borrow in the borrow asset's base units.
Inherited from
chain
chain:
Chain
Defined in: packages/client/src/modules/lending/types.ts:94
Chain where borrowed funds should arrive.
Inherited from
expiryTimestamp
expiryTimestamp:
bigint
Defined in: packages/client/src/modules/lending/types.ts:104
Unix expiry timestamp in seconds, included in the signed message.
poolId
poolId:
string
Defined in: packages/client/src/modules/lending/types.ts:90
Borrow pool principal text.
Inherited from
profileId
profileId:
string
Defined in: packages/client/src/modules/lending/types.ts:88
Liquidium profile principal text.
Inherited from
receiver
receiver:
LiquidiumAccountInput
Defined in: packages/client/src/modules/lending/types.ts:96
Destination that receives the borrowed asset.
Inherited from
signerWalletAddress
signerWalletAddress:
string
Defined in: packages/client/src/modules/lending/types.ts:98
Wallet address that signs the borrow authorization.