@somnia-chain/markets-sdk


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

Type Alias: MarketStatusUpdate

MarketStatusUpdate = object

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

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

Status before the transition.


newStatus

newStatus: BinaryMarketStatus

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

Status after the transition.


blockNumber

blockNumber: string

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

Block the transition landed in (decimal string).


timestamp

timestamp: string

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

Timestamp (unix seconds) of the transition.


txHash

txHash: string

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

Tx hash the transition landed in.