package network
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class AccountNodeViewSynchronizer extends AbstractSidechainNodeViewSynchronizer[AccountTransaction[Proposition, Proof[Proposition]], AccountBlockHeader, AccountBlock, MempoolReader[AccountTransaction[Proposition, Proof[Proposition]]], AccountFeePaymentsInfo, AccountHistoryStorage, AccountHistory]
-
case class
ForgerInfo(forgerPublicKeys: ForgerPublicKeys, rewardShare: Int, rewardAddress: AddressProposition) extends BytesSerializable with ABIEncodable[StaticStruct] with Product with Serializable
- Annotations
- @JsonView()
- case class PagedForgersOutput(nextStartPos: Int, listOfForgerInfo: Seq[ForgerInfo]) extends ABIEncodable[DynamicStruct] with Product with Serializable
Value Members
- object AccountNodeViewSynchronizer
- object ForgerInfo extends Serializable
- object ForgerInfoSerializer extends SparkzSerializer[ForgerInfo]
- object GetForgerOutputDecoder extends ABIDecoder[ForgerInfo] with MsgProcessorInputDecoder[ForgerInfo] with VRFDecoder
- object PagedForgersOutputDecoder extends ABIDecoder[PagedForgersOutput] with MsgProcessorInputDecoder[PagedForgersOutput]