@somnia-chain/markets-sdk / index / TransferOperatorOwnershipParams
Interface: TransferOperatorOwnershipParams
Defined in: operatorAdmin.ts:134
Params for OperatorAdmin.transferOperatorOwnership.
Properties
operatorId
operatorId:
number
Defined in: operatorAdmin.ts:136
The operator whose ownership is staged. Caller must be its owner.
newOwner
newOwner:
`0x${string}`
Defined in: operatorAdmin.ts:141
The staged new owner — must later call OperatorAdmin.acceptOperatorOwnership to complete the transfer.
gas?
optionalgas?:bigint
Defined in: operatorAdmin.ts:143
Gas ceiling for this tx; overrides the config default.