26 lines
684 B
JSON
26 lines
684 B
JSON
{
|
|
"domain": {
|
|
"chainId": 1,
|
|
"name": "Boolean test",
|
|
"verifyingContract": "0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC",
|
|
"version": "1"
|
|
},
|
|
"message": {
|
|
"Bueno" : true,
|
|
"NoBueno": false
|
|
},
|
|
"primaryType": "Test",
|
|
"types": {
|
|
"EIP712Domain": [
|
|
{ "name": "name", "type": "string" },
|
|
{ "name": "version", "type": "string" },
|
|
{ "name": "chainId", "type": "uint256" },
|
|
{ "name": "verifyingContract", "type": "address" }
|
|
],
|
|
"Test": [
|
|
{ "name": "Bueno", "type": "bool" },
|
|
{ "name": "NoBueno", "type": "bool" }
|
|
]
|
|
}
|
|
}
|