Get desktop application:
View/edit binary Protocol Buffers messages
Used in: ,
Asset vault key represented as a word.
Asset value represented as a word.
A hash digest, the result of a hash function.
Used in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
A digest together with its SMT leaf index.
Used in:
A fully materialized SMT leaf together with its index.
Used in:
Represents a Merkle path.
Used in: ,
List of sibling node hashes, in order from the root to the leaf.
Represents an MMR delta.
Used in:
The number of leaf nodes in the MMR.
New and changed MMR peaks.
A compact representation of a partial SMT containing the nodes needed to reconstruct the tracked openings.
Used in:
The root expected after reconstruction.
Boundary nodes needed to reconstruct intermediate nodes, grouped by depth.
Fully materialized, non-empty leaves.
Leaves for which only the hash is known.
A boundary node needed to reconstruct a partial SMT.
Used in:
Position of the node within its depth.
Hash of a non-empty boundary node.
Indicates the canonical empty subtree root for the containing depth.
Partial SMT boundary nodes at a single depth.
Used in:
Depth of all nodes in this group.
Boundary nodes at this depth.
A leaf in an SMT, sitting at depth 64. A leaf can contain 0, 1 or multiple leaf entries.
Used in: ,
An empty leaf index.
A single leaf entry.
Multiple leaf entries.
Represents a single SMT leaf entry.
Used in: ,
The key of the entry.
The value of the entry.
Multiple leaf entries when hash collisions occur at the same leaf position.
Used in:
The list of entries at this leaf.
The opening of a leaf in an SMT.
The Merkle path to the leaf.
The leaf itself.
A different representation of a Merkle path designed for memory efficiency.
Used in: , ,
A bitmask representing empty nodes. The set bit corresponds to the depth of an empty node. The least significant bit (bit 0) describes depth 1 node (root's children). The `bit index + 1` is equal to node's depth.
The non-empty nodes, stored in depth-order, but not contiguous across depth.