Skip to main content

UserTransactionHistoryEntry

@liquidium/client


@liquidium/client / UserTransactionHistoryEntry

Interface: UserTransactionHistoryEntry

Defined in: packages/client/src/modules/history/types.ts:27

Deposit, borrow, repayment, withdrawal, or liquidation entry in user history.

Extends

  • BaseUserHistoryEntry

Properties

amount

amount: bigint

Defined in: packages/client/src/modules/history/types.ts:20

Inherited from

BaseUserHistoryEntry.amount


id

id: string

Defined in: packages/client/src/modules/history/types.ts:19

Inherited from

BaseUserHistoryEntry.id


poolId

poolId: string

Defined in: packages/client/src/modules/history/types.ts:21

Inherited from

BaseUserHistoryEntry.poolId


status

status: LiquidiumStatus

Defined in: packages/client/src/modules/history/types.ts:29

Current lifecycle status.


timestamp

timestamp: string

Defined in: packages/client/src/modules/history/types.ts:22

Inherited from

BaseUserHistoryEntry.timestamp


txids?

optional txids?: string[]

Defined in: packages/client/src/modules/history/types.ts:23

Inherited from

BaseUserHistoryEntry.txids