UNPKG

@vaultie/lds-merkle-proof-2019

Version:
24 lines (23 loc) 415 B
{ "type": "object", "required": [ "merkleRoot", "targetHash", "anchors" ], "properties": { "merkleRoot": { "type": "string", "minLength": 64, "maxLength": 64 }, "targetHash": { "type": "string", "minLength": 64, "maxLength": 64 }, "anchors": { "type": "array", "minItems": 1, "contains": { "type": "string" } } } }