build_resolve_market_transaction
Resolve a Solana prediction market directly by building a transaction with the market public key, winning outcome, and resolver wallet.
Instructions
[REQUIRES BAOZI_LIVE=1] Build transaction to directly resolve a market.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | Yes | Market public key | |
| outcome | Yes | Winning outcome (true=Yes, false=No) | |
| resolver_wallet | Yes | Resolver wallet (creator/oracle) |