Package

scorex.crypto.authds.avltree.batch

serialization

Permalink

package serialization

Visibility
  1. Public
  2. All

Type Members

  1. case class BatchAVLProverManifest[D <: Digest, HF <: CryptographicHash[D]](keyLength: Int, valueLengthOpt: Option[Int], rootAndHeight: (ProverNodes[D], Int)) extends Product with Serializable

    Permalink

    Top subtree of AVL tree, starting from root node and ending with ProxyInternalNode

  2. class BatchAVLProverSerializer[D <: Digest, HF <: CryptographicHash[D]] extends AnyRef

    Permalink
  3. case class BatchAVLProverSubtree[D <: Digest, HF <: CryptographicHash[D]](subtreeTop: ProverNodes[D]) extends Product with Serializable

    Permalink

    AVL subtree, starting from Manifests FinalInternalNode and ending with Leafs

  4. class ProxyInternalNode[D <: Digest] extends InternalProverNode[D]

    Permalink

Value Members

  1. object ProxyInternalNode

    Permalink

Ungrouped