eth_getWithdrawalProof
Returns a withdrawal-storage proof for MegaETH's L2-to-L1 message passer contract.
Last updated
{
"jsonrpc": "2.0",
"id": 1,
"method": "eth_getWithdrawalProof",
"params": ["0x4200000000000000000000000000000000000016", [], "latest"]
}{
"jsonrpc": "2.0",
"id": 1,
"result": {
"address": "0x4200000000000000000000000000000000000016",
"accountProof": [],
"balance": "0x0",
"codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470",
"nonce": "0x0",
"storageHash": "0x891f4462376be7ecac17a67a0ee5be7bc0c35979c182e5f7f19ebb2b1e320cc3",
"storageProof": []
}
}