build_claim_race_winnings_transaction
Claim winnings from a resolved race market by constructing an unsigned Solana transaction. Provide race market, position, and user wallet to generate the claim transaction.
Instructions
[REQUIRES BAOZI_LIVE=1] Build unsigned transaction to claim winnings from a resolved race market.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | Yes | Race position PDA | |
| race_market | Yes | Race market public key | |
| user_wallet | Yes | User wallet |