UNPKG

455 BJSONView Raw
1{
2 "types": {
3 "EIP712Domain": [
4 {
5 "name": "name",
6 "type": "string"
7 },
8 {
9 "name": "version",
10 "type": "string"
11 }
12 ],
13 "ChangeOwnerThreshold": [
14 {
15 "name": "newThreshold",
16 "type": "uint256"
17 }
18 ]
19 },
20 "primaryType": "ChangeOwnerThreshold",
21 "domain": {
22 "name": "ChangeOwnerThreshold",
23 "version": "1"
24 },
25 "message": {
26 "newThreshold": "0x03"
27 }
28}
\No newline at end of file