c

io.horizen.utxo.utils

UtxoCswData

case class UtxoCswData(boxId: Array[Byte], spendingPubKey: Array[Byte], amount: Long, nonce: Long, customHash: Array[Byte], utxoMerklePath: Array[Byte]) extends CswData with Product with Serializable

Linear Supertypes
Product, Equals, CswData, BytesSerializable, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UtxoCswData
  2. Product
  3. Equals
  4. CswData
  5. BytesSerializable
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UtxoCswData(boxId: Array[Byte], spendingPubKey: Array[Byte], amount: Long, nonce: Long, customHash: Array[Byte], utxoMerklePath: Array[Byte])

Type Members

  1. type M = UtxoCswData
    Definition Classes
    UtxoCswData → BytesSerializable

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. val amount: Long
    Definition Classes
    UtxoCswDataCswData
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val boxId: Array[Byte]
  7. def bytes: Array[Byte]
    Definition Classes
    BytesSerializable
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. val customHash: Array[Byte]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(obj: Any): Boolean
    Definition Classes
    UtxoCswData → Equals → AnyRef → Any
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. lazy val getNullifier: Array[Byte]
    Definition Classes
    UtxoCswDataCswData
  14. def hashCode(): Int
    Definition Classes
    UtxoCswData → AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. val nonce: Long
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def serializer: SparkzSerializer[UtxoCswData]
    Definition Classes
    UtxoCswData → BytesSerializable
  21. val spendingPubKey: Array[Byte]
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    UtxoCswData → AnyRef → Any
  24. val utxoMerklePath: Array[Byte]
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. 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 Product

Inherited from Equals

Inherited from CswData

Inherited from BytesSerializable

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped