@somnia-chain/markets-sdk


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

Interface: IsOperatorAuthorizedParams

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

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

Properties

pool

pool: `0x${string}`

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

SpotPool the grant applies on.


owner

owner: `0x${string}`

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

Account that would have granted it.


operator

operator: `0x${string}`

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

Account acting on the owner's behalf.


selector

selector: `0x${string}`

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

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