@somnia-chain/markets-sdk


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

Type Alias: MarketStatusUpdate

MarketStatusUpdate = object

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

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:1214

Status before the transition.


newStatus

newStatus: BinaryMarketStatus

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

Status after the transition.


blockNumber

blockNumber: string

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

Block the transition landed in (decimal string).


timestamp

timestamp: string

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

Timestamp (unix seconds) of the transition.


txHash

txHash: string

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

Tx hash the transition landed in.