@somnia-chain/markets-sdk / index / IndexedMarketCreatorPolicy
Type Alias: IndexedMarketCreatorPolicy
IndexedMarketCreatorPolicy =
object
Defined in: query.ts:2301
A MarketCreatorPolicy as the indexer sees it (mirror of the
MarketCreatorPolicy entity).
Properties
id
id:
string
Defined in: query.ts:2303
Policy address (== entity id, lowercased).
owner
owner:
string
Defined in: query.ts:2305
Owner address (lowercased).
creator
creator:
string
Defined in: query.ts:2307
The MarketCreator this policy gates (lowercased).
createdAtTimestamp
createdAtTimestamp:
string
Defined in: query.ts:2309
Timestamp (unix seconds) the policy was deployed.