Transfer creator fee receiver rights to a new wallet.
Both the current creator and the new receiver must sign the transaction. The pool must have:
After the transfer, the new receiver can claim future creator trading fees.
Transfer the creator fee receiver to a new wallet. Both the current creator and the new receiver must sign the transaction. The pool must have its fee claim status set to "Processed" and fee distribution set to "Creator".
On-chain address of the pro pool state account. Returned in the response when creating a pool.
Mint address of the SPL token (token A) in the pool.
Protocol config version for the pool.
x >= 0Public key of the wallet that will sign and pay for the transaction.
Public key of the new wallet that will receive future creator trading fees. This wallet must also sign the transaction.
Program ID of the Heaven DEX program. Use HEAVENoP2qxoeuF8Dj2oT1GHEnu49U5mJYkdeC8BAX2o for mainnet.
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. Requires two signatures: the current creator (index 0) and the new receiver (index 1).