UNPKG

611 BJSONView Raw
1{
2 "domain": {
3 "chainId": 5,
4 "name": "Ether Mail",
5 "verifyingContract": "0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC",
6 "version": "1"
7 },
8 "message": {
9 "val" : "0x973bb640"
10 },
11 "primaryType": "Test",
12 "types": {
13 "EIP712Domain": [
14 { "name": "name", "type": "string" },
15 { "name": "version", "type": "string" },
16 { "name": "chainId", "type": "uint256" },
17 { "name": "verifyingContract", "type": "address" }
18 ],
19 "Test": [
20 { "name": "val", "type": "bytes4" }
21 ]
22 }
23}