@somnia-chain/markets-sdk


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

Interface: IsGloballyApprovedParams

Defined in: packages/sdk/src/spot/operatorGrants.ts:196

Identifies a global grant slot to read — see SomniaMarketsClient.isGloballyApproved.

Properties

owner

owner: `0x${string}`

Defined in: packages/sdk/src/spot/operatorGrants.ts:198

Account that would have granted it (the signer of the grant).


operator

operator: `0x${string}`

Defined in: packages/sdk/src/spot/operatorGrants.ts:200

Account acting on the owner's behalf.


selector

selector: `0x${string}`

Defined in: packages/sdk/src/spot/operatorGrants.ts:202

4-byte function selector the operator wants to call.