c

io.horizen.utxo.transaction

BoxTransaction

abstract class BoxTransaction[P <: Proposition, B <: Box[P]] extends Transaction

Annotations
@JsonView() @JsonIgnoreProperties()
Linear Supertypes
Transaction, Transaction, EphemerealNodeViewModifier, NodeViewModifier, SparkzEncoding, BytesSerializable, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoxTransaction
  2. Transaction
  3. Transaction
  4. EphemerealNodeViewModifier
  5. NodeViewModifier
  6. SparkzEncoding
  7. BytesSerializable
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BoxTransaction()

Type Members

  1. abstract type M >: BoxTransaction.this.type <: BytesSerializable
    Definition Classes
    BytesSerializable

Abstract Value Members

  1. abstract def customDataMessageToSign(): Array[Byte]
  2. abstract def customFieldsData(): Array[Byte]
  3. abstract def fee(): Long
    Annotations
    @JsonProperty()
  4. abstract def newBoxes(): List[B]
    Annotations
    @JsonProperty()
  5. abstract def semanticValidity(): Unit
    Definition Classes
    Transaction
    Annotations
    @throws( ... )
  6. abstract def serializer: SparkzSerializer[M]
    Definition Classes
    BytesSerializable
  7. abstract def transactionTypeId(): Byte
    Definition Classes
    BoxTransactionTransaction
    Annotations
    @Override()
  8. abstract def unlockers(): List[BoxUnlocker[P]]
    Annotations
    @JsonProperty()
  9. abstract def version(): Byte
    Definition Classes
    BoxTransactionTransaction
    Annotations
    @JsonProperty() @Override()

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def boxIdsToOpen(): Set[ByteArrayWrapper]
  6. def bytes(): Array[Byte]
    Definition Classes
    BoxTransaction → BytesSerializable
    Annotations
    @Override()
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def encodedId: String
    Definition Classes
    NodeViewModifier
  9. implicit val encoder: SparkzEncoder
    Definition Classes
    SparkzEncoding
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(obj: Any): Boolean
    Definition Classes
    NodeViewModifier → AnyRef → Any
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def id(): String
    Definition Classes
    BoxTransaction → Transaction → NodeViewModifier
    Annotations
    @JsonProperty() @Override()
  15. def incompatibilityChecker(): TransactionIncompatibilityChecker
  16. def isCustom(): Boolean
    Annotations
    @JsonProperty()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def messageToSign(): Array[Byte]
    Definition Classes
    BoxTransaction → Transaction
    Annotations
    @Override()
  19. val modifierTypeId: ModifierTypeId
    Definition Classes
    Transaction → NodeViewModifier
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def size(): Long
    Definition Classes
    BoxTransactionTransaction
    Annotations
    @JsonProperty() @Override()
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    BoxTransaction → AnyRef → Any
    Annotations
    @Override()
  26. def typeName(): String
    Annotations
    @JsonProperty()
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. 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 Transaction

Inherited from Transaction

Inherited from EphemerealNodeViewModifier

Inherited from NodeViewModifier

Inherited from SparkzEncoding

Inherited from BytesSerializable

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped