Packages

class AccountStateMetadataStorageView extends AccountStateMetadataStorageReader with SparkzLogging

Linear Supertypes
SparkzLogging, StrictLogging, AccountStateMetadataStorageReader, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AccountStateMetadataStorageView
  2. SparkzLogging
  3. StrictLogging
  4. AccountStateMetadataStorageReader
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AccountStateMetadataStorageView(storage: Storage)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def calculateKey(key: Array[Byte]): ByteArrayWrapper
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def commit(version: VersionTag): Unit
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def getAccountStateRoot: Array[Byte]
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def getConsensusEpochNumber: Option[ConsensusEpochNumber]
  13. def getFeePayments(withdrawalEpochNumber: Int): Seq[AccountBlockFeeInfo]
  14. def getHeight: Int
  15. def getNextBaseFee: BigInteger
  16. def getNextBaseFeeFromStorage: Option[BigInteger]
  17. def getTopQualityCertificate(referencedWithdrawalEpoch: Int): Option[WithdrawalEpochCertificate]
  18. def getTransactionReceipt(txHash: Array[Byte]): Option[EthereumReceipt]
  19. def getWithdrawalEpochInfo: WithdrawalEpochInfo
  20. def hasCeased: Boolean
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def lastCertificateReferencedEpoch: Option[Int]
  24. def lastCertificateSidechainBlockId: Option[ModifierId]
  25. def log: Logger
    Attributes
    protected
    Definition Classes
    SparkzLogging
    Annotations
    @inline()
  26. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def setCeased(): Unit
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def updateAccountStateRoot(accountStateRoot: Array[Byte]): Unit
  34. def updateConsensusEpochNumber(consensusEpochNum: ConsensusEpochNumber): Unit
  35. def updateFeePaymentInfo(blockFeeInfo: AccountBlockFeeInfo): Unit
  36. def updateLastCertificateReferencedEpoch(lastCertificateReferencedEpoch: Int): Unit
  37. def updateLastCertificateSidechainBlockIdOpt(blockId: ModifierId): Unit
  38. def updateNextBaseFee(baseFee: BigInteger): Unit
  39. def updateTopQualityCertificate(topQualityCertificate: WithdrawalEpochCertificate): Unit
  40. def updateTransactionReceipts(receipts: Seq[EthereumReceipt]): Unit
  41. def updateWithdrawalEpochInfo(withdrawalEpochInfo: WithdrawalEpochInfo): Unit
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from SparkzLogging

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped