@somnia-chain/markets-sdk / index / IndexedOperator
Type Alias: IndexedOperator
IndexedOperator =
object
Defined in: query.ts:1997
An operator as the indexer sees it (mirror of the Operator entity).
Properties
operatorId
operatorId:
number
Defined in: query.ts:1999
operatorId (uint32) as a number — the on-chain id AND the entity primary key.
owner
owner:
string
Defined in: query.ts:2001
Owner address (lowercased).
feeRecipient
feeRecipient:
string
Defined in: query.ts:2003
Default fee recipient for the operator's venues (lowercased).
enabled
enabled:
boolean
Defined in: query.ts:2005
The registry-level kill switch — false disables the operator.
policy
policy:
string
Defined in: query.ts:2007
Operator-wide IVenuePolicy (lowercased); zero-address = none.
context
context:
string
Defined in: query.ts:2012
Opaque operator-supplied metadata bytes (hex, 0x-prefixed; '0x' when empty). The chain attaches no semantics — off-chain data only.
pendingOwner
pendingOwner:
string|null
Defined in: query.ts:2014
Pending incoming owner staged by a two-step transfer (lowercased); null if none in flight.
createdAtTimestamp
createdAtTimestamp:
string
Defined in: query.ts:2016
Timestamp (unix seconds) the operator was registered.
updatedAtTimestamp
updatedAtTimestamp:
string
Defined in: query.ts:2018
Timestamp (unix seconds) of the last update to the row.
venueCount
venueCount:
number
Defined in: query.ts:2020
Number of venues created under the operator (soft-disabled included).
marketCount
marketCount:
number
Defined in: query.ts:2022
Number of markets created under the operator.
cumulativeQuoteVolume
cumulativeQuoteVolume:
string
Defined in: query.ts:2024
Cumulative binary quote/collateral volume across the operator's markets (raw).
protocolFeesCollected
protocolFeesCollected:
string
Defined in: query.ts:2026
Cumulative protocol fees collected across the operator's markets (raw).
settlementFeesCollected
settlementFeesCollected:
string
Defined in: query.ts:2028
Cumulative settlement fees collected across the operator's markets (raw).
builderFeesCollected
builderFeesCollected:
string
Defined in: query.ts:2030
Cumulative builder fees routed across the operator's markets (raw).