Verify nonce
verify_nonceVerify a nonce's proof-of-work validity without sending a transaction: count leading zero bits locally and compare to the miner's required difficulty.
Instructions
Verify a mined nonce WITHOUT sending a transaction: reads workFor(miner, nonce), counts leading zero bits locally and compares to requiredBits(miner).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| miner | Yes | EVM address of the miner (0x-prefixed, 20 bytes). | |
| nonce | Yes | Nonce to check, uint256 as a decimal string. |