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