Packages

c

io.horizen.account.storage

AccountStateMetadataStorage

class AccountStateMetadataStorage extends AccountStateMetadataStorageReader with SidechainStorageInfo with SparkzLogging

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

Instance Constructors

  1. new AccountStateMetadataStorage(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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def getAccountStateRoot: Array[Byte]
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def getConsensusEpochNumber: Option[ConsensusEpochNumber]
  11. def getFeePayments(withdrawalEpochNumber: Int): Seq[AccountBlockFeeInfo]
  12. def getForgerBlockCounters: Map[AddressProposition, Long]
  13. def getHeight: Int
  14. def getMcForgerPoolRewards: Map[AddressProposition, BigInteger]
  15. def getStorageName: String
    Definition Classes
    SidechainStorageInfo
  16. def getTopQualityCertificate(referencedWithdrawalEpoch: Int): Option[WithdrawalEpochCertificate]
  17. def getTransactionReceipt(txHash: Array[Byte]): Option[EthereumReceipt]
  18. def getView: AccountStateMetadataStorageView
  19. def getWithdrawalEpochInfo: WithdrawalEpochInfo
  20. def hasCeased: Boolean
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def isEmpty: Boolean
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def lastCertificateReferencedEpoch: Option[Int]
  25. def lastCertificateSidechainBlockId: Option[ModifierId]
  26. def lastVersionId: Option[ByteArrayWrapper]
  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 rollback(version: ByteArrayWrapper): Try[AccountStateMetadataStorage]
  33. def rollbackVersions: Seq[ByteArrayWrapper]
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. 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 SidechainStorageInfo

Inherited from AnyRef

Inherited from Any

Ungrouped