15 lines
350 B
JSON
15 lines
350 B
JSON
{
|
|
"id": "/eip712DomainSchema",
|
|
"properties": {
|
|
"name": { "type": "string" },
|
|
"version": { "type": "version" },
|
|
"chainId": { "type": "number" },
|
|
"verifyingContractAddress": { "$ref": "/addressSchema" }
|
|
},
|
|
"required": [
|
|
"chainId",
|
|
"verifyingContractAddress"
|
|
],
|
|
"type": "object"
|
|
}
|