@somnia-chain/markets-sdk / index / MarketCreatorInfo
Interface: MarketCreatorInfo
Defined in: system.ts:29
On-chain state of the configured MarketCreator (part of SystemInfo).
Fields read via failure-tolerant calls: null/0n fallbacks mean the read
failed, not a live zero.
Properties
marketCount
marketCount:
bigint
Defined in: system.ts:31
Markets this creator has minted (marketCount(); 0n if the read failed).
owner
owner:
`0x${string}`|null
Defined in: system.ts:33
Creator owner; null when the read failed.
reactivityGasLimit
reactivityGasLimit:
bigint
Defined in: system.ts:35
Gas limit its reactivity roll callbacks run with.
reactivityMaxFeePerGas
reactivityMaxFeePerGas:
bigint
Defined in: system.ts:37
Reactivity-callback fee ceiling (wei per gas).
reactivityPriorityFeePerGas
reactivityPriorityFeePerGas:
bigint
Defined in: system.ts:39
Reactivity-callback tip (wei per gas).
operatorId
operatorId:
number
Defined in: system.ts:41
Origin operator id this creator's markets are attributed to.
venueId
venueId:
string
Defined in: system.ts:43
Origin venue id within the operator (bytes32 hex).