verify_campaign_funding
LEGACY wallet flow — new integrations should use create_account and launch_campaign (API key + prepaid balance, no wallet). For INCENTIVIZED campaigns only. After you have funded the escrow wallet returned by create_campaign, call this with the funding transaction signature to launch the campaign LIVE. Invite emails are sent to all cohort participants automatically. This call is idempotent — safe to retry if you are unsure whether it succeeded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaignId | Yes | Campaign ID from create_campaign | |
| txSignature | Yes | Solana transaction signature of your USDC transfer to the escrow address | |
| walletAddress | Yes | Your Solana wallet public key (must match the campaign creator) |