package forgerstakev2
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class ConsensusEpochCmdOutput(epoch: Int) extends ABIEncodable[StaticStruct] with Product with Serializable
- class ForgerInfoABI extends StaticStruct
- case class PagedForgersCmdInput(startIndex: Int, pageSize: Int) extends ABIEncodable[StaticStruct] with Product with Serializable
- case class PagedForgersListResponse(nextStartPos: Int, forgers: Seq[ForgerInfo]) extends Product with Serializable
- case class PagedForgersStakesByDelegatorCmdInput(delegator: Address, startIndex: Int, pageSize: Int) extends ABIEncodable[StaticStruct] with Product with Serializable
- case class PagedForgersStakesByDelegatorOutput(nextStartPos: Int, listOfStakes: Seq[StakeDataForger]) extends ABIEncodable[DynamicStruct] with Product with Serializable
- case class PagedForgersStakesByForgerCmdInput(forgerPublicKeys: ForgerPublicKeys, startIndex: Int, pageSize: Int) extends ABIEncodable[StaticStruct] with Product with Serializable
- case class PagedForgersStakesByForgerOutput(nextStartPos: Int, listOfStakes: Seq[StakeDataDelegator]) extends ABIEncodable[DynamicStruct] with Product with Serializable
- case class PagedStakesByDelegatorResponse(nextStartPos: Int, stakesData: Seq[StakeDataForger]) extends Product with Serializable
- case class PagedStakesByForgerResponse(nextStartPos: Int, stakesData: Seq[StakeDataDelegator]) extends Product with Serializable
- case class RegisterOrUpdateForgerCmdInput(forgerPublicKeys: ForgerPublicKeys, rewardShare: Int, rewardAddress: Address, signature25519: Signature25519, signatureVrf: VrfProof) extends ABIEncodable[StaticStruct] with VRFDecoder with Product with Serializable
- case class RewardsReceivedCmdInput(forgerPublicKeys: ForgerPublicKeys, consensusEpochStart: Int, maxNumOfEpoch: Int) extends ABIEncodable[StaticStruct] with Product with Serializable
- case class RewardsReceivedCmdOutput(listOfRewards: Seq[BigInteger]) extends ABIEncodable[DynamicStruct] with Product with Serializable
- case class SelectByForgerCmdInput(forgerPublicKeys: ForgerPublicKeys) extends ABIEncodable[StaticStruct] with Product with Serializable
- case class StakeCheckpoint(fromEpochNumber: Int, stakedAmount: BigInteger) extends BytesSerializable with Product with Serializable
-
case class
StakeDataDelegator(delegator: AddressProposition, stakedAmount: BigInteger) extends BytesSerializable with ABIEncodable[StaticStruct] with Product with Serializable
- Annotations
- @JsonView()
-
case class
StakeDataForger(forgerPublicKeys: ForgerPublicKeys, stakedAmount: BigInteger) extends BytesSerializable with ABIEncodable[StaticStruct] with Product with Serializable
- Annotations
- @JsonView()
- case class StakeStartCmdInput(forgerPublicKeys: ForgerPublicKeys, delegator: Address) extends ABIEncodable[StaticStruct] with Product with Serializable
- case class StakeStartCmdOutput(epoch: Int) extends ABIEncodable[StaticStruct] with Product with Serializable
- case class StakeTotalCmdInput(forgerPublicKeys: Option[ForgerPublicKeys], delegator: Option[Address], consensusEpochStart: Option[Int], maxNumOfEpoch: Option[Int]) extends ABIEncodable[StaticStruct] with Product with Serializable
- case class StakeTotalCmdOutput(listOfStakes: Seq[BigInteger]) extends ABIEncodable[DynamicStruct] with Product with Serializable
- trait VRFDecoder extends AnyRef
- case class WithdrawCmdInput(forgerPublicKeys: ForgerPublicKeys, value: BigInteger) extends ABIEncodable[StaticStruct] with Product with Serializable
Value Members
- object ConsensusEpochCmdOutputDecoder extends ABIDecoder[ConsensusEpochCmdOutput] with MsgProcessorInputDecoder[ConsensusEpochCmdOutput]
- object ForgerMap
- object PagedForgersCmdInputDecoder extends ABIDecoder[PagedForgersCmdInput] with MsgProcessorInputDecoder[PagedForgersCmdInput]
- object PagedForgersStakesByDelegatorCmdInputDecoder extends ABIDecoder[PagedForgersStakesByDelegatorCmdInput] with MsgProcessorInputDecoder[PagedForgersStakesByDelegatorCmdInput]
- object PagedForgersStakesByForgerCmdInputDecoder extends ABIDecoder[PagedForgersStakesByForgerCmdInput] with MsgProcessorInputDecoder[PagedForgersStakesByForgerCmdInput] with VRFDecoder
- object RegisterOrUpdateForgerCmdInputDecoder extends ABIDecoder[RegisterOrUpdateForgerCmdInput] with MsgProcessorInputDecoder[RegisterOrUpdateForgerCmdInput] with VRFDecoder
- object RewardsReceivedCmdInputDecoder extends ABIDecoder[RewardsReceivedCmdInput] with MsgProcessorInputDecoder[RewardsReceivedCmdInput] with VRFDecoder
- object RewardsReceivedCmdOutputDecoder extends ABIDecoder[RewardsReceivedCmdOutput] with MsgProcessorInputDecoder[RewardsReceivedCmdOutput]
- object SelectByForgerCmdInputDecoder extends ABIDecoder[SelectByForgerCmdInput] with MsgProcessorInputDecoder[SelectByForgerCmdInput] with VRFDecoder
- object StakeCheckpointSerializer extends SparkzSerializer[StakeCheckpoint]
- object StakeDataDelegatorSerializer extends SparkzSerializer[StakeDataDelegator]
- object StakeDataForgerSerializer extends SparkzSerializer[StakeDataForger]
- object StakeStartCmdInputDecoder extends ABIDecoder[StakeStartCmdInput] with MsgProcessorInputDecoder[StakeStartCmdInput] with VRFDecoder
- object StakeStartCmdOutputDecoder extends ABIDecoder[StakeStartCmdOutput] with MsgProcessorInputDecoder[StakeStartCmdOutput]
- object StakeStorage
- object StakeTotalCmdInputDecoder extends ABIDecoder[StakeTotalCmdInput] with MsgProcessorInputDecoder[StakeTotalCmdInput] with VRFDecoder
- object StakeTotalCmdOutputDecoder extends ABIDecoder[StakeTotalCmdOutput] with MsgProcessorInputDecoder[StakeTotalCmdOutput]
- object WithdrawCmdInputDecoder extends ABIDecoder[WithdrawCmdInput] with MsgProcessorInputDecoder[WithdrawCmdInput] with VRFDecoder