Files
app-ethereum/tests/ragger/eip712/input_files/07-fixed_bytes-test.json
2022-08-09 14:07:34 +02:00

24 lines
611 B
JSON

{
"domain": {
"chainId": 5,
"name": "Ether Mail",
"verifyingContract": "0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC",
"version": "1"
},
"message": {
"val" : "0x973bb640"
},
"primaryType": "Test",
"types": {
"EIP712Domain": [
{ "name": "name", "type": "string" },
{ "name": "version", "type": "string" },
{ "name": "chainId", "type": "uint256" },
{ "name": "verifyingContract", "type": "address" }
],
"Test": [
{ "name": "val", "type": "bytes4" }
]
}
}