UNPKG

vue-blocklink

Version:

Vue support for the Blockchain Link browser extension

25 lines (24 loc) 409 B
{ "id": "/v4SignatureSchema", "properties": { "signatureType": { "enum": [2, 3] }, "v": { "enum": [27, 28] }, "r": { "$ref": "/hexSchema" }, "s": { "$ref": "/hexSchema" } }, "required": [ "signatureType", "v", "r", "s" ], "type": "object" }