UNPKG

vue-blocklink

Version:

Vue support for the Blockchain Link browser extension

23 lines (22 loc) 415 B
{ "id": "/eip712DomainSchema", "properties": { "name": { "type": "string" }, "version": { "type": "string" }, "chainId": { "type": "number" }, "verifyingContract": { "$ref": "/addressSchema" } }, "required": [ "chainId", "verifyingContract" ], "type": "object" }