@somnia-chain/markets-sdk


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

Interface: IsOperatorAuthorizedParams

Defined in: packages/sdk/src/spot/poolReads.ts:102

Identifies an operator grant to check — see SomniaMarketsClient.isOperatorAuthorized.

Properties

pool

pool: `0x${string}`

Defined in: packages/sdk/src/spot/poolReads.ts:104

SpotPool the grant applies on.


owner

owner: `0x${string}`

Defined in: packages/sdk/src/spot/poolReads.ts:106

Account that would have granted it.


operator

operator: `0x${string}`

Defined in: packages/sdk/src/spot/poolReads.ts:108

Account acting on the owner's behalf.


selector

selector: `0x${string}`

Defined in: packages/sdk/src/spot/poolReads.ts:110

4-byte function selector the operator wants to call (e.g. placeOrderFor).