class ProverLeaf[D <: Digest] extends Leaf[D] with ProverNodes[D]

Linear Supertypes
ProverNodes[D], Leaf[D], KeyInVar, Node[D], ToStringHelper, ScorexEncoding, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProverLeaf
  2. ProverNodes
  3. Leaf
  4. KeyInVar
  5. Node
  6. ToStringHelper
  7. ScorexEncoding
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProverLeaf(k: ADKey, v: ADValue, nk: ADKey)(implicit hf: CryptographicHash[D])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def arrayToString(a: Array[Byte]): String
    Attributes
    protected
    Definition Classes
    ToStringHelper
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def computeLabel: D
    Attributes
    protected
    Definition Classes
    LeafNode
  8. implicit val encoder: BytesEncoder
    Definition Classes
    ScorexEncoding
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getNew(newKey: ADKey = k, newValue: ADValue = v, newNextLeafKey: ADKey = nk): ProverLeaf[D]
    Definition Classes
    ProverLeafLeaf
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. implicit val hf: CryptographicHash[D]
    Definition Classes
    ProverLeafLeaf
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val isNew: Boolean
    Definition Classes
    ProverNodes
  18. var k: ADKey
    Attributes
    protected
    Definition Classes
    ProverLeafKeyInVar
  19. def key: ADKey
    Definition Classes
    KeyInVar
  20. def label: D
    Definition Classes
    Node
  21. val labelOpt: Option[D]
    Attributes
    protected
    Definition Classes
    Node
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def nextLeafKey: ADKey
    Definition Classes
    Leaf
  24. var nk: ADKey
    Attributes
    protected
    Definition Classes
    ProverLeafLeaf
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    Leaf → AnyRef → Any
  29. var v: ADValue
    Attributes
    protected
    Definition Classes
    ProverLeafLeaf
  30. def value: ADValue
    Definition Classes
    Leaf
  31. val visited: Boolean
    Definition Classes
    Node
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from ProverNodes[D]

Inherited from Leaf[D]

Inherited from KeyInVar

Inherited from Node[D]

Inherited from ToStringHelper

Inherited from ScorexEncoding

Inherited from AnyRef

Inherited from Any

Ungrouped