object LightTransactionViewTree extends HasVersionedMessageWithContextCompanion[LightTransactionViewTree, HashOps] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LightTransactionViewTree
  2. Serializable
  3. HasVersionedMessageWithContextCompanion
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 apply(tree: GenTransactionTree): LightTransactionViewTree

    Exceptions thrown

    InvalidLightTransactionViewTree if the tree is not a legal lightweight transaction view tree

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def create(tree: GenTransactionTree): Either[String, LightTransactionViewTree]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def fromByteString(ctx: HashOps)(bytes: ByteString): ParsingResult[LightTransactionViewTree]
  11. def fromProtoV0(hashOps: HashOps, protoT: protocol.v0.LightTransactionViewTree): ParsingResult[LightTransactionViewTree]
  12. def fromProtoVersioned(ctx: HashOps)(proto: VersionedMessage[LightTransactionViewTree]): ParsingResult[LightTransactionViewTree]
  13. def fromTransactionViewTree(tvt: TransactionViewTree): LightTransactionViewTree

    Turns a full transaction view tree into a lightweight one.

    Turns a full transaction view tree into a lightweight one. Not stack-safe.

  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val name: String

    The name of the class as used for pretty-printing and error reporting

    The name of the class as used for pretty-printing and error reporting

    Definition Classes
    LightTransactionViewTreeHasVersionedMessageWithContextCompanion
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def supportedProtoVersion[Proto <: GeneratedMessage](p: GeneratedMessageCompanion[Proto])(fromProto: (HashOps, Proto) => ParsingResult[LightTransactionViewTree]): (HashOps, ByteString) => ParsingResult[LightTransactionViewTree]
    Attributes
    protected
    Definition Classes
    HasVersionedMessageWithContextCompanion
  22. val supportedProtoVersions: Map[Int, Parser]
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toAllFullViewTrees(trees: NonEmpty[Seq[LightTransactionViewTree]]): Either[InvalidLightTransactionViewTreeSequence, NonEmpty[Seq[TransactionViewTree]]]

    Get all the full transaction view trees described by a sequence of lightweight trees.

    Get all the full transaction view trees described by a sequence of lightweight trees.

    Note that this repeats subtrees. More precisely, the following holds: toAllFullViewTrees(GenTransactionTree.allLightTransactionViewTrees) == (GenTransactionTree.allTransactionViewTrees)

  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def toToplevelFullViewTrees(trees: NonEmpty[Seq[LightTransactionViewTree]]): Either[InvalidLightTransactionViewTreeSequence, NonEmpty[Seq[TransactionViewTree]]]

    Returns the top-level full transaction view trees described by a sequence of lightweight ones

  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped