@somnia-chain/markets-sdk / index / IsGloballyApprovedParams
Interface: IsGloballyApprovedParams
Defined in: packages/sdk/src/spot/operatorGrants.ts:204
Identifies a global grant slot to read — see SomniaMarketsClient.isGloballyApproved.
Properties
owner
owner:
`0x${string}`
Defined in: packages/sdk/src/spot/operatorGrants.ts:206
Account that would have granted it (the signer of the grant).
operator
operator:
`0x${string}`
Defined in: packages/sdk/src/spot/operatorGrants.ts:208
Account acting on the owner's behalf.
selector
selector:
`0x${string}`
Defined in: packages/sdk/src/spot/operatorGrants.ts:210
4-byte function selector the operator wants to call.