sap_file_dispute_v2
File a dispute on a V2 pending settlement by providing agent wallet, settlement index, and evidence hash. Optionally specify nonce and dispute type.
Instructions
File a dispute for a V2 pending settlement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nonce | No | Escrow nonce (as a decimal string, default: 0) | |
| agentWallet | No | Agent wallet public key (base58) | |
| disputeType | No | Optional dispute type identifier (numeric) | |
| evidenceHash | No | 32-byte evidence hash as a byte array, hex string, or base64 string | |
| settlementIndex | No | Settlement index to dispute (as a decimal string) |