package serialization
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
BatchAVLProverManifest[D <: Digest, HF <: CryptographicHash[D]](keyLength: Int, valueLengthOpt: Option[Int], oldRootAndHeight: (ProverNodes[D], Int)) extends Product with Serializable
Top subtree of AVL tree, starting from root node and ending with ProxyInternalNode
- class BatchAVLProverSerializer[D <: Digest, HF <: CryptographicHash[D]] extends AnyRef
-
case class
BatchAVLProverSubtree[D <: Digest, HF <: CryptographicHash[D]](subtreeTop: ProverNodes[D]) extends Product with Serializable
AVL subtree, starting from Manifests FinalInternalNode and ending with Leafs
- class ProxyInternalNode[D <: Digest] extends InternalProverNode[D]
Value Members
- object BatchAVLProverSubtreeSerializer
- object ProxyInternalNode