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