class AccountStateMetadataStorageView extends AccountStateMetadataStorageReader with SparkzLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AccountStateMetadataStorageView
- SparkzLogging
- StrictLogging
- AccountStateMetadataStorageReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- def calculateKey(key: Array[Byte]): ByteArrayWrapper
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def commit(version: VersionTag): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getAccountStateRoot: Array[Byte]
- Definition Classes
- AccountStateMetadataStorageView → AccountStateMetadataStorageReader
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getConsensusEpochNumber: Option[ConsensusEpochNumber]
- Definition Classes
- AccountStateMetadataStorageView → AccountStateMetadataStorageReader
-
def
getFeePayments(withdrawalEpochNumber: Int): Seq[AccountBlockFeeInfo]
- Definition Classes
- AccountStateMetadataStorageView → AccountStateMetadataStorageReader
-
def
getHeight: Int
- Definition Classes
- AccountStateMetadataStorageView → AccountStateMetadataStorageReader
- def getNextBaseFee: BigInteger
- def getNextBaseFeeFromStorage: Option[BigInteger]
-
def
getTopQualityCertificate(referencedWithdrawalEpoch: Int): Option[WithdrawalEpochCertificate]
- Definition Classes
- AccountStateMetadataStorageView → AccountStateMetadataStorageReader
-
def
getTransactionReceipt(txHash: Array[Byte]): Option[EthereumReceipt]
- Definition Classes
- AccountStateMetadataStorageView → AccountStateMetadataStorageReader
-
def
getWithdrawalEpochInfo: WithdrawalEpochInfo
- Definition Classes
- AccountStateMetadataStorageView → AccountStateMetadataStorageReader
-
def
hasCeased: Boolean
- Definition Classes
- AccountStateMetadataStorageView → AccountStateMetadataStorageReader
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
lastCertificateReferencedEpoch: Option[Int]
- Definition Classes
- AccountStateMetadataStorageView → AccountStateMetadataStorageReader
-
def
lastCertificateSidechainBlockId: Option[ModifierId]
- Definition Classes
- AccountStateMetadataStorageView → AccountStateMetadataStorageReader
-
def
log: Logger
- Attributes
- protected
- Definition Classes
- SparkzLogging
- Annotations
- @inline()
-
val
logger: Logger
- Attributes
- protected
- Definition Classes
- StrictLogging
-
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 setCeased(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def updateAccountStateRoot(accountStateRoot: Array[Byte]): Unit
- def updateConsensusEpochNumber(consensusEpochNum: ConsensusEpochNumber): Unit
- def updateFeePaymentInfo(blockFeeInfo: AccountBlockFeeInfo): Unit
- def updateLastCertificateReferencedEpoch(lastCertificateReferencedEpoch: Int): Unit
- def updateLastCertificateSidechainBlockIdOpt(blockId: ModifierId): Unit
- def updateNextBaseFee(baseFee: BigInteger): Unit
- def updateTopQualityCertificate(topQualityCertificate: WithdrawalEpochCertificate): Unit
- def updateTransactionReceipts(receipts: Seq[EthereumReceipt]): Unit
- def updateWithdrawalEpochInfo(withdrawalEpochInfo: WithdrawalEpochInfo): 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( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated