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 getForgerBlockCounters: Map[AddressProposition, Long]
  15. def getHeight: Int
  16. def getMcForgerPoolRewards: Map[AddressProposition, BigInteger]
  17. def getNextBaseFee: BigInteger
  18. def getNextBaseFeeFromStorage: Option[BigInteger]
  19. def getTopQualityCertificate(referencedWithdrawalEpoch: Int): Option[WithdrawalEpochCertificate]
  20. def getTransactionReceipt(txHash: Array[Byte]): Option[EthereumReceipt]
  21. def getWithdrawalEpochInfo: WithdrawalEpochInfo
  22. def hasCeased: Boolean
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def lastCertificateReferencedEpoch: Option[Int]
  26. def lastCertificateSidechainBlockId: Option[ModifierId]
  27. def log: Logger
    Attributes
    protected
    Definition Classes
    SparkzLogging
    Annotations
    @inline()
  28. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def resetForgerBlockCounters(): Unit
  33. def setCeased(): Unit
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def updateAccountStateRoot(accountStateRoot: Array[Byte]): Unit
  37. def updateConsensusEpochNumber(consensusEpochNum: ConsensusEpochNumber): Unit
  38. def updateFeePaymentInfo(blockFeeInfo: AccountBlockFeeInfo): Unit
  39. def updateForgerBlockCounter(forgerPublicKey: AddressProposition): Unit
  40. def updateLastCertificateReferencedEpoch(lastCertificateReferencedEpoch: Int): Unit
  41. def updateLastCertificateSidechainBlockIdOpt(blockId: ModifierId): Unit
  42. def updateMcForgerPoolRewards(forgerPoolRewards: Map[AddressProposition, BigInteger]): Unit
  43. def updateNextBaseFee(baseFee: BigInteger): Unit
  44. def updateTopQualityCertificate(topQualityCertificate: WithdrawalEpochCertificate): Unit
  45. def updateTransactionReceipts(receipts: Seq[EthereumReceipt]): Unit
  46. def updateWithdrawalEpochInfo(withdrawalEpochInfo: WithdrawalEpochInfo): Unit
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  49. 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