Packages

c

io.horizen.utxo.box

ForgerBox

final class ForgerBox extends AbstractBox[PublicKey25519Proposition, ForgerBoxData, ForgerBox] with CoinsBox[PublicKey25519Proposition]

Linear Supertypes
CoinsBox[PublicKey25519Proposition], AbstractBox[PublicKey25519Proposition, ForgerBoxData, ForgerBox], Box[PublicKey25519Proposition], sparkz.core.transaction.box.Box[PublicKey25519Proposition], BytesSerializable, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ForgerBox
  2. CoinsBox
  3. AbstractBox
  4. Box
  5. Box
  6. BytesSerializable
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ForgerBox(boxData: ForgerBoxData, nonce: Long)

Type Members

  1. abstract type M >: ForgerBox.this.type <: BytesSerializable
    Definition Classes
    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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def blockSignProposition(): PublicKey25519Proposition
    Annotations
    @JsonProperty()
  6. def boxTypeId(): Byte
    Definition Classes
    ForgerBoxBox
    Annotations
    @Override()
  7. def bytes(): Array[Byte]
    Definition Classes
    Box → BytesSerializable
    Annotations
    @Override()
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. final def customFieldsHash(): Array[Byte]
    Definition Classes
    AbstractBoxBox
    Annotations
    @Override()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(obj: Any): Boolean
    Definition Classes
    AbstractBox → AnyRef → Any
    Annotations
    @Override()
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AbstractBox → AnyRef → Any
    Annotations
    @Override()
  14. final def id(): Array[Byte]
    Definition Classes
    AbstractBoxBox → Box
    Annotations
    @Override()
  15. def isCustom(): Boolean
    Definition Classes
    ForgerBoxAbstractBoxBox
    Annotations
    @Override()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def nonce(): Long
    Definition Classes
    AbstractBoxBox
    Annotations
    @Override()
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def proposition(): PublicKey25519Proposition
    Definition Classes
    AbstractBoxBox → Box
    Annotations
    @Override()
  22. def serializer(): BoxSerializer
    Definition Classes
    ForgerBoxBox → BytesSerializable
    Annotations
    @Override()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    ForgerBoxAbstractBox → AnyRef → Any
    Annotations
    @Override()
  25. def typeName(): String
    Definition Classes
    AbstractBoxBox
    Annotations
    @Override()
  26. final def value(): Long
    Definition Classes
    AbstractBoxBox → Box
    Annotations
    @Override()
  27. def vrfPubKey(): VrfPublicKey
    Annotations
    @JsonProperty()
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. 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 Box[PublicKey25519Proposition]

Inherited from sparkz.core.transaction.box.Box[PublicKey25519Proposition]

Inherited from BytesSerializable

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped