UNPKG

2.37 kBJSONView Raw
1{
2 "domain": {
3 "chainId": 5,
4 "name": "Ether Mail",
5 "verifyingContract": "0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC",
6 "version": "1"
7 },
8 "message": {
9 "contents": "0x112345678912345678912345367891234567891234567891234567891234567891234567891234567891234567891234567891234567891234567891234567891234567891234567891234567891234567891234567899123456789234567899123456789234567899123456789234567899123456789234567899123456789234567891234567892345678911234567891234567891234536789123456789123456789123456789123456789123456789123456789123456789123456789123456789123456789123456789123456789123456789123456789123456789123456789912345678923456789912345678923456789912345678923456789912345678923456789912345678923456789123456789234567891123456789123456789123453678912345678912345678912345678912345678912345678912345678912345678912345678912345678912345678912345678912345678912345678912345678912345678912345678991234567892345678991234567892345678991234567892345678991234567892345678991234567892345678912345678923456789",
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": "bytes" }
44 ],
45 "Person": [
46 { "name": "name", "type": "string" },
47 { "name": "wallets", "type": "address[]" }
48 ]
49 }
50}