{s}omniamarkets

@somnia-chain/markets-sdk


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

Interface: SetOperatorEnabledParams

Defined in: operatorAdmin.ts:124

Params for OperatorAdmin.setOperatorEnabled.

Properties

operatorId

operatorId: number

Defined in: operatorAdmin.ts:126

The operator to flip. Caller must be its owner.


enabled

enabled: boolean

Defined in: operatorAdmin.ts:128

New enabled flag (the operator-wide kill switch).


gas?

optional gas?: bigint

Defined in: operatorAdmin.ts:130

Gas ceiling for this tx; overrides the config default.