build_add_to_whitelist_transaction
Creates a Solana transaction that adds a user to a private market's whitelist, given market key, user wallet, and creator wallet.
Instructions
[REQUIRES BAOZI_LIVE=1] Build transaction to add user to private market whitelist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | Yes | Market public key | |
| user_to_add | Yes | User wallet to whitelist | |
| creator_wallet | Yes | Market creator wallet |