Verify the signed testnet transaction
execution_verifyProve that a live transaction's sender, target, calldata, value, chain, and postconditions match a prepared plan using on-chain evidence.
Instructions
Read the live transaction and receipt, prove that sender, target, calldata, value, chain, and postconditions match the prepared plan, and never report success without on-chain evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | Yes | ||
| planHash | Yes | ||
| transactionHash | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| status | Yes | ||
| chainId | Yes | ||
| gasUsed | No | ||
| planHash | Yes | ||
| errorCode | No | ||
| blockNumber | No | ||
| errorMessage | No | ||
| confirmations | Yes | ||
| postConditions | Yes | ||
| transactionHash | Yes | ||
| observedTimestamp | Yes | ||
| postConditionsPassed | Yes |