@somnia-chain/markets-sdk


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

Interface: TransferOperatorOwnershipParams

Defined in: packages/sdk/src/operatorAdmin.ts:135

Params for OperatorAdmin.transferOperatorOwnership.

Properties

operatorId

operatorId: number

Defined in: packages/sdk/src/operatorAdmin.ts:137

The operator whose ownership is staged. Caller must be its owner.


newOwner

newOwner: `0x${string}`

Defined in: packages/sdk/src/operatorAdmin.ts:142

The staged new owner — must later call OperatorAdmin.acceptOperatorOwnership to complete the transfer.


gas?

optional gas?: bigint

Defined in: packages/sdk/src/operatorAdmin.ts:144

Gas ceiling for this tx; overrides the config default.