Enable or disable withdrawals on a pro pool. Only the pool creator can call this.
When withdrawals are disabled, LP holders cannot withdraw. Use with caution as this locks LP funds.
Request to toggle liquidity withdrawals 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.