UNPKG

@chainbrains/lds-merkle-proof-2019

Version:
24 lines (23 loc) 436 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", "minLength": 1, "items": { "type": "string" } } } }