@somnia-chain/markets-sdk


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

Type Alias: MarketStatusUpdate

MarketStatusUpdate = object

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

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

Status before the transition.


newStatus

newStatus: BinaryMarketStatus

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

Status after the transition.


blockNumber

blockNumber: string

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

Block the transition landed in (decimal string).


timestamp

timestamp: string

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

Timestamp (unix seconds) of the transition.


txHash

txHash: string

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

Tx hash the transition landed in.