Skip to main content

SimpleLoanBorrowRequestedEventType

@liquidium/client


@liquidium/client / SimpleLoanBorrowRequestedEventType

Interface: SimpleLoanBorrowRequestedEventType

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

Borrow request event payload.

Properties

account

account: LiquidiumAccount

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


amount

amount: bigint

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


loanId

loanId: bigint

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


poolId

poolId: string

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


type

type: "BorrowRequested"

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