@somnia-chain/markets-sdk / index / UpdateVenueParams
Interface: UpdateVenueParams
Defined in: operatorAdmin.ts:171
Params for OperatorAdmin.updateVenue.
Properties
operatorId
operatorId:
number
Defined in: operatorAdmin.ts:173
The operator owning the venue. Caller must be its owner.
venueId
venueId:
`0x${string}`
Defined in: operatorAdmin.ts:175
The venue to update (within the operator).
config
config:
VenueConfigInput
Defined in: operatorAdmin.ts:180
Replacement config — the full desired state, not a delta. marketType
stays whatever it was at creation.
gas?
optionalgas?:bigint
Defined in: operatorAdmin.ts:182
Gas ceiling for this tx; overrides the config default.