c

io.horizen.utxo.utils

ForwardTransferCswData

case class ForwardTransferCswData(boxId: Array[Byte], amount: Long, receiverPubKeyReversed: Array[Byte], paybackAddrDataHash: Array[Byte], txHash: Array[Byte], outIdx: Int, scCommitmentMerklePath: Array[Byte], btrCommitment: Array[Byte], certCommitment: Array[Byte], scCrCommitment: Array[Byte], ftMerklePath: 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. ForwardTransferCswData
  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 ForwardTransferCswData(boxId: Array[Byte], amount: Long, receiverPubKeyReversed: Array[Byte], paybackAddrDataHash: Array[Byte], txHash: Array[Byte], outIdx: Int, scCommitmentMerklePath: Array[Byte], btrCommitment: Array[Byte], certCommitment: Array[Byte], scCrCommitment: Array[Byte], ftMerklePath: Array[Byte])

Type Members

  1. type M = ForwardTransferCswData
    Definition Classes
    ForwardTransferCswData → 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
    ForwardTransferCswDataCswData
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val boxId: Array[Byte]
  7. val btrCommitment: Array[Byte]
  8. def bytes: Array[Byte]
    Definition Classes
    BytesSerializable
  9. val certCommitment: Array[Byte]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(obj: Any): Boolean
    Definition Classes
    ForwardTransferCswData → Equals → AnyRef → Any
  13. val ftMerklePath: Array[Byte]
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. lazy val getNullifier: Array[Byte]
    Definition Classes
    ForwardTransferCswDataCswData
  16. def hashCode(): Int
    Definition Classes
    ForwardTransferCswData → AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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. val outIdx: Int
  22. val paybackAddrDataHash: Array[Byte]
  23. val receiverPubKeyReversed: Array[Byte]
  24. val scCommitmentMerklePath: Array[Byte]
  25. val scCrCommitment: Array[Byte]
  26. def serializer: SparkzSerializer[ForwardTransferCswData]
    Definition Classes
    ForwardTransferCswData → BytesSerializable
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    ForwardTransferCswData → AnyRef → Any
  29. val txHash: Array[Byte]
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. 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