@somnia-chain/markets-sdk / index / VenuePreflightInput
Interface: VenuePreflightInput
Defined in: preflight.ts:84
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:85
operatorOwner
operatorOwner:
string
Defined in: preflight.ts:87
The owner of the operator the venue belongs to.
creationEnabled
creationEnabled:
boolean
Defined in: preflight.ts:88
moduleBound
moduleBound:
boolean
Defined in: preflight.ts:91
Whether MarketsCore has a module bound for the venue's market type
(moduleOf(marketType) != 0).