{s}omniamarkets

@somnia-chain/markets-sdk


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

Type Alias: IndexedOracleAdapter

IndexedOracleAdapter = object

Defined in: query.ts:2279

An OracleAdapter as the indexer sees it (mirror of the OracleAdapter entity).

Properties

id

id: string

Defined in: query.ts:2281

Adapter address (== entity id, lowercased).


owner

owner: string

Defined in: query.ts:2283

Owner address (lowercased).


factory

factory: string | null

Defined in: query.ts:2288

The OracleAdapterFactory that minted it (lowercased); null for the protocol's shared adapter (deployed outside the factory).


approved

approved: boolean

Defined in: query.ts:2290

Whether the module has approved the adapter (the inert→live gate).


approvedAtTimestamp

approvedAtTimestamp: string | null

Defined in: query.ts:2292

Timestamp the adapter was approved (null if never approved).


createdAtTimestamp

createdAtTimestamp: string

Defined in: query.ts:2294

Timestamp (unix seconds) the adapter was deployed/first indexed.