Skip to main content

SimpleLoanBorrowRequestedEventType

@liquidium/client


@liquidium/client / SimpleLoanBorrowRequestedEventType

Interface: SimpleLoanBorrowRequestedEventType

Defined in: packages/client/src/modules/simple-loans/types.ts:293

Borrow request event payload.

Properties

account

account: LiquidiumAccount

Defined in: packages/client/src/modules/simple-loans/types.ts:296


amount

amount: bigint

Defined in: packages/client/src/modules/simple-loans/types.ts:298


loanId

loanId: bigint

Defined in: packages/client/src/modules/simple-loans/types.ts:295


poolId

poolId: string

Defined in: packages/client/src/modules/simple-loans/types.ts:297


type

type: "BorrowRequested"

Defined in: packages/client/src/modules/simple-loans/types.ts:294