Skip to main content

UserHistoryEntryApiItem

@liquidium/client


@liquidium/client / UserHistoryEntryApiItem

Interface: UserHistoryEntryApiItem

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

Wire-format user history item returned by the SDK API.

Properties

amount

amount: string

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


id

id: string

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


poolId

poolId: string

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


status

status: LiquidiumStatus

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


timestamp

timestamp: string

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


txids?

optional txids?: string[]

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