@somnia-chain/markets-sdk / index / OperatorPreflightInput
Interface: OperatorPreflightInput
Defined in: preflight.ts:70
The operator fields the operator-step preflight inspects (subset of IndexedOperator).
Properties
caller
caller:
`0x${string}`
Defined in: preflight.ts:72
The connected signer — must own the operator to run machinery under it.
owner
owner:
string
Defined in: preflight.ts:74
The operator's current on-chain owner — a mismatch with caller blocks.
enabled
enabled:
boolean
Defined in: preflight.ts:76
The operator's kill switch — disabled blocks market creation under it.
feeRecipient
feeRecipient:
string
Defined in: preflight.ts:81
The operator's default fee recipient — the zero address only warns (fees fall to the zero address unless a venue overrides it).