@chainbrains/lds-merkle-proof-2019
Version:
LDS Merkle Proof 2019 signature suite tools
24 lines (23 loc) • 436 B
JSON
{
"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"
}
}
}
}