{s}omniamarkets

@somnia-chain/markets-sdk


@somnia-chain/markets-sdk / index / SetVenueEnabledParams

Interface: SetVenueEnabledParams

Defined in: operatorAdmin.ts:186

Params for OperatorAdmin.setVenueEnabled.

Properties

operatorId

operatorId: number

Defined in: operatorAdmin.ts:188

The operator owning the venue. Caller must be its owner.


venueId

venueId: `0x${string}`

Defined in: operatorAdmin.ts:190

The venue to flip (within the operator).


creationEnabled

creationEnabled: boolean

Defined in: operatorAdmin.ts:192

New creation flag; trading on existing markets is unaffected.


gas?

optional gas?: bigint

Defined in: operatorAdmin.ts:194

Gas ceiling for this tx; overrides the config default.