@somnia-chain/markets-sdk / index / VenuePreflightInput
Interface: VenuePreflightInput
Defined in: packages/sdk/src/preflight.ts:126
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: packages/sdk/src/preflight.ts:128
The connected signer — must own the venue's operator.
operatorOwner
operatorOwner:
string
Defined in: packages/sdk/src/preflight.ts:130
The owner of the operator the venue belongs to.
creationEnabled
creationEnabled:
boolean
Defined in: packages/sdk/src/preflight.ts:132
The venue's creation flag — off blocks new markets on the venue.
moduleBound
moduleBound:
boolean
Defined in: packages/sdk/src/preflight.ts:137
Whether MarketsCore has a module bound for the venue's market type
(moduleOf(marketType) != 0).