case class ForgingStakeInfo(blockSignPublicKey: PublicKey25519Proposition, vrfPublicKey: VrfPublicKey, stakeAmount: Long) extends BytesSerializable with Ordered[ForgingStakeInfo] with Product with Serializable

Annotations
@JsonView()
Linear Supertypes
Product, Equals, Ordered[ForgingStakeInfo], Comparable[ForgingStakeInfo], BytesSerializable, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ForgingStakeInfo
  2. Product
  3. Equals
  4. Ordered
  5. Comparable
  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 ForgingStakeInfo(blockSignPublicKey: PublicKey25519Proposition, vrfPublicKey: VrfPublicKey, stakeAmount: Long)

Type Members

  1. type M = ForgingStakeInfo
    Definition Classes
    ForgingStakeInfo → BytesSerializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <(that: ForgingStakeInfo): Boolean
    Definition Classes
    Ordered
  4. def <=(that: ForgingStakeInfo): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >(that: ForgingStakeInfo): Boolean
    Definition Classes
    Ordered
  7. def >=(that: ForgingStakeInfo): Boolean
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val blockSignPublicKey: PublicKey25519Proposition
  10. def bytes: Array[Byte]
    Definition Classes
    BytesSerializable
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. def compare(that: ForgingStakeInfo): Int
    Definition Classes
    ForgingStakeInfo → Ordered
  13. def compareTo(that: ForgingStakeInfo): Int
    Definition Classes
    Ordered → Comparable
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hash: Array[Byte]
  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. def serializer: SparkzSerializer[ForgingStakeInfo]
    Definition Classes
    ForgingStakeInfo → BytesSerializable
  22. val stakeAmount: Long
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    ForgingStakeInfo → AnyRef → Any
  25. val vrfPublicKey: VrfPublicKey
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. 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 Ordered[ForgingStakeInfo]

Inherited from Comparable[ForgingStakeInfo]

Inherited from BytesSerializable

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped