object StakeStorage
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StakeStorage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class BaseStakeHistory extends StateDbArray
- case class DelegatorKey(address: Address) extends Address with Product with Serializable
- case class DelegatorList(forgerKey: ForgerKey) extends StateDbArray with Product with Serializable
- case class DelegatorListOfForgerKeys(delegator: DelegatorKey) extends StateDbArray with Product with Serializable
- case class ForgerKey(bytes: Array[Byte]) extends Product with Serializable
- case class ForgerStakeHistory(forgerKey: ForgerKey) extends BaseStakeHistory with Product with Serializable
- case class StakeHistory(forgerKey: ForgerKey, delegator: DelegatorKey) extends BaseStakeHistory with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ACCOUNT: Address
- val ActivationKey: Array[Byte]
- def addForger(view: BaseAccountStateView, blockSignProposition: PublicKey25519Proposition, vrfPublicKey: VrfPublicKey, rewardShare: Int, rewardAddress: Address, epochNumber: Int, delegatorPublicKey: Address, stakedAmount: BigInteger): Unit
- def addStake(view: BaseAccountStateView, signKey: PublicKey25519Proposition, vrfPublicKey: VrfPublicKey, epochNumber: Int, delegatorPublicKey: Address, stakedAmount: BigInteger): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def getAllForgerStakes(view: BaseAccountStateView): Seq[ForgerStakeData]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getForger(view: BaseAccountStateView, signKey: PublicKey25519Proposition, vrfKey: VrfPublicKey): Option[ForgerInfo]
- def getForgingStakes(view: BaseAccountStateView): Seq[ForgingStakeInfo]
- def getPagedForgersStakesByDelegator(view: BaseAccountStateView, delegator: Address, startPos: Int, pageSize: Int): PagedStakesByDelegatorResponse
- def getPagedForgersStakesByForger(view: BaseAccountStateView, forger: ForgerPublicKeys, startPos: Int, pageSize: Int): PagedStakesByForgerResponse
- def getPagedListOfForgers(view: BaseAccountStateView, startPos: Int, pageSize: Int): PagedForgersListResponse
- def getStakeStart(view: BaseAccountStateView, forgerKeys: ForgerPublicKeys, delegator: Address): StakeStartCmdOutput
- def getStakeTotal(view: BaseAccountStateView, forgerKeys: Option[ForgerPublicKeys], delegator: Option[Address], consensusEpochStart: Int, consensusEpochEnd: Int): StakeTotalCmdOutput
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def isActive(view: BaseAccountStateView): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def removeStake(view: BaseAccountStateView, blockSignProposition: PublicKey25519Proposition, vrfPublicKey: VrfPublicKey, epochNumber: Int, delegatorPublicKey: Address, stakedAmount: BigInteger): Unit
- def setActive(view: BaseAccountStateView): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def updateForger(view: BaseAccountStateView, blockSignProposition: PublicKey25519Proposition, vrfPublicKey: VrfPublicKey, rewardShare: Int, rewardAddress: Address): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object ForgerKey extends Serializable
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated