UNPKG

1.85 kBJSONView Raw
1{
2 "domain": {
3 "chainId": 5,
4 "name": "Ether Mail",
5 "verifyingContract": "0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC",
6 "version": "1"
7 },
8 "message": {
9 "contents": "Hello, Bob! 0123456780123456780123456780123456780123456780123456780123456780123456780123456780123456780123456780123456780123456780123456780123456780123456780123456780123456780123456780123456780123456780123456780123456780123456780123456780123456780123456780123456780123456780123456789999999999999999999999999999990123456789",
10 "from": {
11 "name": "Cow",
12 "wallets": [
13 "0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826",
14 "0xDeaDbeefdEAdbeefdEadbEEFdeadbeEFdEaDbeeF"
15 ]
16 },
17 "to": [
18 {
19 "name": "Bob",
20 "wallets": [
21 "0xbBbBBBBbbBBBbbbBbbBbbbbBBbBbbbbBbBbbBBbB",
22 "0xB0BdaBea57B0BDABeA57b0bdABEA57b0BDabEa57",
23 "0xB0B0b0b0b0b0B000000000000000000000000000"
24 ]
25 }
26 ]
27 },
28 "primaryType": "Mail",
29 "types": {
30 "EIP712Domain": [
31 { "name": "name", "type": "string" },
32 { "name": "version", "type": "string" },
33 { "name": "chainId", "type": "uint256" },
34 { "name": "verifyingContract", "type": "address" }
35 ],
36 "Group": [
37 { "name": "name", "type": "string" },
38 { "name": "members", "type": "Person[]" }
39 ],
40 "Mail": [
41 { "name": "from", "type": "Person" },
42 { "name": "to", "type": "Person[]" },
43 { "name": "contents", "type": "string" }
44 ],
45 "Person": [
46 { "name": "name", "type": "string" },
47 { "name": "wallets", "type": "address[]" }
48 ]
49 }
50}