@somnia-chain/markets-sdk / index / VenuePreflightInput
Interface: VenuePreflightInput
Defined in: preflight.ts:108
The venue fields the venue-step preflight inspects (subset of IndexedVenue) plus whether the venue's market type is bound to a module in MarketsCore.
Properties
caller
caller:
`0x${string}`
Defined in: preflight.ts:110
The connected signer — must own the venue's operator.
operatorOwner
operatorOwner:
string
Defined in: preflight.ts:112
The owner of the operator the venue belongs to.
creationEnabled
creationEnabled:
boolean
Defined in: preflight.ts:114
The venue's creation flag — off blocks new markets on the venue.
moduleBound
moduleBound:
boolean
Defined in: preflight.ts:119
Whether MarketsCore has a module bound for the venue's market type
(moduleOf(marketType) != 0).