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()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AccountBlockHeader
- Product
- Equals
- BytesSerializable
- Serializable
- Serializable
- SidechainBlockHeaderBase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new 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)
Type Members
-
type
M = AccountBlockHeader
- Definition Classes
- AccountBlockHeader → BytesSerializable
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val baseFee: BigInteger
-
def
bytes: Array[Byte]
- Definition Classes
- BytesSerializable
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
feePaymentsHash: Array[Byte]
- Definition Classes
- AccountBlockHeader → SidechainBlockHeaderBase
- val forgerAddress: AddressProposition
-
val
forgingStakeInfo: ForgingStakeInfo
- Definition Classes
- AccountBlockHeader → SidechainBlockHeaderBase
-
val
forgingStakeMerklePath: MerklePath
- Definition Classes
- AccountBlockHeader → SidechainBlockHeaderBase
- val gasLimit: BigInteger
- val gasUsed: BigInteger
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
lazy val
id: ModifierId
- Definition Classes
- SidechainBlockHeaderBase
- Annotations
- @JsonSerialize()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logsBloom: Bloom
-
val
mainchainMerkleRootHash: Array[Byte]
- Definition Classes
- AccountBlockHeader → SidechainBlockHeaderBase
-
lazy val
messageToSign: Array[Byte]
- Definition Classes
- AccountBlockHeader → SidechainBlockHeaderBase
-
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()
-
val
ommersCumulativeScore: Long
- Definition Classes
- AccountBlockHeader → SidechainBlockHeaderBase
-
val
ommersMerkleRootHash: Array[Byte]
- Definition Classes
- AccountBlockHeader → SidechainBlockHeaderBase
-
val
parentId: ModifierId
- Definition Classes
- AccountBlockHeader → SidechainBlockHeaderBase
- val receiptsRoot: Array[Byte]
-
def
semanticValidity(params: NetworkParams): Try[Unit]
- Definition Classes
- AccountBlockHeader → SidechainBlockHeaderBase
-
def
serializer: SparkzSerializer[AccountBlockHeader]
- Definition Classes
- AccountBlockHeader → BytesSerializable
-
val
sidechainTransactionsMerkleRootHash: Array[Byte]
- Definition Classes
- AccountBlockHeader → SidechainBlockHeaderBase
-
val
signature: Signature25519
- Definition Classes
- AccountBlockHeader → SidechainBlockHeaderBase
- val stateRoot: Array[Byte]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
timestamp: Timestamp
- Definition Classes
- AccountBlockHeader → SidechainBlockHeaderBase
-
def
toString(): String
- Definition Classes
- AccountBlockHeader → AnyRef → Any
-
val
version: Version
- Definition Classes
- AccountBlockHeader → SidechainBlockHeaderBase
- val vrfOutput: VrfOutput
-
val
vrfProof: VrfProof
- Definition Classes
- AccountBlockHeader → SidechainBlockHeaderBase
-
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( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated