package block
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
AccountBlock extends SidechainBlockBase[AccountTransaction[Proposition, Proof[Proposition]], AccountBlockHeader] with SparkzLogging
- Annotations
- @JsonView() @JsonIgnoreProperties()
-
case class
AccountBlockHeader(version: Version, parentId: ModifierId, timestamp: Timestamp, forgingStakeInfo: ForgingStakeInfo, forgingStakeMerklePath: MerklePath, vrfProof: VrfProof, vrfOutput: VrfOutput, sidechainTransactionsMerkleRootHash: Array[Byte], mainchainMerkleRootHash: Array[Byte], stateRoot: Array[Byte], receiptsRoot: Array[Byte], forgerAddress: AddressProposition, baseFee: BigInteger, gasUsed: BigInteger, gasLimit: BigInteger, ommersMerkleRootHash: Array[Byte], ommersCumulativeScore: Long, feePaymentsHash: Array[Byte], logsBloom: Bloom, signature: Signature25519) extends SidechainBlockHeaderBase with BytesSerializable with Product with Serializable
- Annotations
- @JsonView() @JsonIgnoreProperties()
- class AccountBlockSerializer extends SparkzSerializer[AccountBlock] with SidechainTypes
Value Members
- object AccountBlock extends Serializable
- object AccountBlockHeaderSerializer extends SparkzSerializer[AccountBlockHeader]