{s}omniamarkets

@somnia-chain/markets-sdk


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

Type Alias: IndexedOracleAdapter

IndexedOracleAdapter = object

Defined in: query.ts:1850

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

Properties

id

id: string

Defined in: query.ts:1852

Adapter address (== entity id, lowercased).


owner

owner: string

Defined in: query.ts:1854

Owner address (lowercased).


factory

factory: string | null

Defined in: query.ts:1857

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


approved

approved: boolean

Defined in: query.ts:1859

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


approvedAtTimestamp

approvedAtTimestamp: string | null

Defined in: query.ts:1861

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


createdAtTimestamp

createdAtTimestamp: string

Defined in: query.ts:1862