@somnia-chain/markets-sdk / index / SetManualVaultModeParams
Interface: SetManualVaultModeParams
Defined in: packages/sdk/src/trade.ts:767
Inputs to Trader.setManualVaultMode — flip a SpotPool's auto-pull opt-out for the signer.
Properties
pool
pool:
`0x${string}`
Defined in: packages/sdk/src/trade.ts:769
SpotPool the mode applies to. Scoped per user PER POOL.
enabled
enabled:
boolean
Defined in: packages/sdk/src/trade.ts:771
True to draw only on vault balance; false to restore wallet auto-pull.
gas?
optionalgas?:bigint
Defined in: packages/sdk/src/trade.ts:773
Gas ceiling for this tx.
Default Value
TraderConfig.gas (10,000,000)