build_remove_from_race_whitelist_transaction
Build a Solana transaction that removes a user from a race whitelist. Provide the race market, user wallet, and creator wallet to generate the signed transaction.
Instructions
[REQUIRES BAOZI_LIVE=1] Build transaction to remove user from race whitelist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| race_market | Yes | Race market public key | |
| creator_wallet | Yes | Market creator wallet | |
| user_to_remove | Yes | User wallet to remove |