object StakeStorage

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StakeStorage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class BaseStakeHistory extends StateDbArray
  2. case class DelegatorKey(address: Address) extends Address with Product with Serializable
  3. case class DelegatorList(forgerKey: ForgerKey) extends StateDbArray with Product with Serializable
  4. case class DelegatorListOfForgerKeys(delegator: DelegatorKey) extends StateDbArray with Product with Serializable
  5. case class ForgerKey(bytes: Array[Byte]) extends Product with Serializable
  6. case class ForgerStakeHistory(forgerKey: ForgerKey) extends BaseStakeHistory with Product with Serializable
  7. case class StakeHistory(forgerKey: ForgerKey, delegator: DelegatorKey) extends BaseStakeHistory with Product with Serializable

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 ACCOUNT: Address
  5. val ActivationKey: Array[Byte]
  6. def addForger(view: BaseAccountStateView, blockSignProposition: PublicKey25519Proposition, vrfPublicKey: VrfPublicKey, rewardShare: Int, rewardAddress: Address, epochNumber: Int, delegatorPublicKey: Address, stakedAmount: BigInteger): Unit
  7. def addStake(view: BaseAccountStateView, signKey: PublicKey25519Proposition, vrfPublicKey: VrfPublicKey, epochNumber: Int, delegatorPublicKey: Address, stakedAmount: BigInteger): Unit
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def getAllForgerStakes(view: BaseAccountStateView): Seq[ForgerStakeData]
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getForger(view: BaseAccountStateView, signKey: PublicKey25519Proposition, vrfKey: VrfPublicKey): Option[ForgerInfo]
  15. def getForgingStakes(view: BaseAccountStateView): Seq[ForgingStakeInfo]
  16. def getPagedForgersStakesByDelegator(view: BaseAccountStateView, delegator: Address, startPos: Int, pageSize: Int): PagedStakesByDelegatorResponse
  17. def getPagedForgersStakesByForger(view: BaseAccountStateView, forger: ForgerPublicKeys, startPos: Int, pageSize: Int): PagedStakesByForgerResponse
  18. def getPagedListOfForgers(view: BaseAccountStateView, startPos: Int, pageSize: Int): PagedForgersListResponse
  19. def getStakeStart(view: BaseAccountStateView, forgerKeys: ForgerPublicKeys, delegator: Address): StakeStartCmdOutput
  20. def getStakeTotal(view: BaseAccountStateView, forgerKeys: Option[ForgerPublicKeys], delegator: Option[Address], consensusEpochStart: Int, consensusEpochEnd: Int): StakeTotalCmdOutput
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def isActive(view: BaseAccountStateView): Boolean
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def removeStake(view: BaseAccountStateView, blockSignProposition: PublicKey25519Proposition, vrfPublicKey: VrfPublicKey, epochNumber: Int, delegatorPublicKey: Address, stakedAmount: BigInteger): Unit
  28. def setActive(view: BaseAccountStateView): Unit
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def updateForger(view: BaseAccountStateView, blockSignProposition: PublicKey25519Proposition, vrfPublicKey: VrfPublicKey, rewardShare: Int, rewardAddress: Address): Unit
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. object ForgerKey extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped