build_remove_from_whitelist_transaction
Builds a transaction to remove a user from a Solana prediction market's whitelist, using market key and creator wallet for authorization.
Instructions
[REQUIRES BAOZI_LIVE=1] Build transaction to remove user from whitelist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | Yes | Market public key | |
| creator_wallet | Yes | Market creator wallet | |
| user_to_remove | Yes | User wallet to remove |