Files

26 lines
684 B
JSON
Raw Permalink Normal View History

2022-07-27 18:12:23 +02:00
{
"domain": {
"chainId": 1,
"name": "Boolean test",
2022-07-27 18:12:23 +02:00
"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" }
]
}
}