@somnia-chain/markets-sdk


@somnia-chain/markets-sdk / index / MarketStatusUpdate

Type Alias: MarketStatusUpdate

MarketStatusUpdate = object

Defined in: packages/sdk/src/markets.ts:1189

One entry in a market's lifecycle audit trail (from the indexer's MarketStatusUpdate entity).

Properties

oldStatus

oldStatus: BinaryMarketStatus

Defined in: packages/sdk/src/markets.ts:1191

Status before the transition.


newStatus

newStatus: BinaryMarketStatus

Defined in: packages/sdk/src/markets.ts:1193

Status after the transition.


blockNumber

blockNumber: string

Defined in: packages/sdk/src/markets.ts:1195

Block the transition landed in (decimal string).


timestamp

timestamp: string

Defined in: packages/sdk/src/markets.ts:1197

Timestamp (unix seconds) of the transition.


txHash

txHash: string

Defined in: packages/sdk/src/markets.ts:1199

Tx hash the transition landed in.