Enable or disable swapping on a pro pool. Only the pool creator can call this.
When swapping is disabled, all buy and sell transactions will fail. Useful for pausing trading during migrations or emergencies.
Request to toggle swapping on a pro pool. Only the pool creator can call this.
On-chain address of the pro pool state account. Returned in the response when creating a pool.
Public key of the wallet that will sign and pay for the transaction.
Program ID of the Heaven DEX program. Use HEAVENoP2qxoeuF8Dj2oT1GHEnu49U5mJYkdeC8BAX2o for mainnet.
Set to true to enable the feature, false to disable it.
Maximum compute units for the transaction. Higher values allow more complex operations but cost more. Defaults to a sensible value if omitted.
x >= 0Priority fee in micro-lamports per compute unit. Higher values increase transaction priority. Defaults to a sensible value if omitted.
x >= 0Base64 encoded versioned transaction. Decode, sign with the creator wallet, and submit to the Solana network.