Merkle Path JSON format
Abstract
Motivation
Specification
// filename or key is a 32 byte txid in hex
{
"index": 12, // JSON Number - technically has no MAX size
"path": [
"...leaf of the merkle path", // hex string 32 bytes
"...leaf of the merkle path",
"...leaf of the merkle path",
"...leaf of the merkle path"
]
}Use
Merkle Proof JSON
Discussion
Labels
Order
Last updated
