Packages

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

Internal node for which not children are stored but just their digests

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

Instance Constructors

  1. new ProxyInternalNode(pk: ADKey, leftLabel: D, rightLabel: D, pb: Balance)(implicit phf: 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. var b: Balance
    Attributes
    protected
    Definition Classes
    InternalProverNodeInternalNode
  7. def balance: Balance
    Definition Classes
    InternalNode
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def computeLabel: D
    Definition Classes
    ProxyInternalNodeInternalNodeNode
  10. implicit val encoder: SparkzEncoder
    Definition Classes
    SparkzEncoding
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getNew(newLeft: Node[D] = left, newRight: Node[D] = right, newBalance: Balance = b): InternalProverNode[D]
    Definition Classes
    InternalProverNodeInternalNode
  15. def getNewKey(newKey: ADKey): InternalProverNode[D]
    Definition Classes
    InternalProverNodeInternalNode
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. implicit val hf: CryptographicHash[D]
    Definition Classes
    InternalProverNodeInternalNode
  18. def isEmpty: Boolean
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val isNew: Boolean
    Definition Classes
    ProverNodes
  21. var k: ADKey
    Attributes
    protected
    Definition Classes
    InternalProverNodeKeyInVar
  22. def key: ADKey
    Definition Classes
    KeyInVar
  23. var l: ProverNodes[D]
    Attributes
    protected
    Definition Classes
    InternalProverNode
  24. def label: D

    Get digest of the node.

    Get digest of the node. If it was computed previously, read the digest from hash, otherwise, compute it.

    Definition Classes
    Node
  25. val labelOpt: Option[D]
    Attributes
    protected
    Definition Classes
    Node
  26. def left: ProverNodes[D]
    Definition Classes
    InternalProverNodeInternalNode
  27. val leftLabel: D
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. var pb: Balance
    Attributes
    protected
  32. implicit val phf: CryptographicHash[D]
  33. var pk: ADKey
    Attributes
    protected
  34. var r: ProverNodes[D]
    Attributes
    protected
    Definition Classes
    InternalProverNode
  35. def right: ProverNodes[D]
    Definition Classes
    InternalProverNodeInternalNode
  36. val rightLabel: D
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    ProxyInternalNodeInternalProverNode → AnyRef → Any
  39. val visited: Boolean
    Definition Classes
    Node
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from InternalProverNode[D]

Inherited from InternalNode[D]

Inherited from ProverNodes[D]

Inherited from KeyInVar

Inherited from Node[D]

Inherited from ToStringHelper

Inherited from SparkzEncoding

Inherited from AnyRef

Inherited from Any

Ungrouped