Packages

class AccountState extends AbstractState[AccountTransaction[Proposition, Proof[Proposition]], AccountBlockHeader, AccountBlock, AccountState] with State[AccountTransaction[Proposition, Proof[Proposition]], AccountBlock, AccountStateView, AccountState] with TransactionValidation[AccountTransaction[Proposition, Proof[Proposition]]] with NodeAccountState with ClosableResourceHandler with SparkzLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AccountState
  2. SparkzLogging
  3. StrictLogging
  4. ClosableResourceHandler
  5. NodeAccountState
  6. AccountStateReader
  7. NodeStateBase
  8. TransactionValidation
  9. StateFeature
  10. State
  11. BaseStateReader
  12. AbstractState
  13. MinimalState
  14. StateReader
  15. NodeViewComponent
  16. AnyRef
  17. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AccountState(params: NetworkParams, timeProvider: NetworkTimeProvider, blockHashProvider: HistoryBlockHashProvider, version: VersionTag, stateMetadataStorage: AccountStateMetadataStorage, stateDbStorage: Database, messageProcessors: Seq[MessageProcessor])

Type Members

  1. type NVCT = AccountState
    Definition Classes
    AccountState → NodeViewComponent

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. def accountExists(address: Address): Boolean
    Definition Classes
    AccountStateAccountStateReader
  5. def applyModifier(mod: AccountBlock): Try[AccountState]
    Definition Classes
    AccountState → MinimalState
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def backwardTransfers(withdrawalEpoch: Int): Seq[BackwardTransfer]
    Definition Classes
    AccountStateAbstractState
  8. def certificate(referencedWithdrawalEpoch: Int): Option[WithdrawalEpochCertificate]
    Definition Classes
    AccountStateAbstractState
  9. def certifiersKeys(withdrawalEpoch: Int): Option[CertifiersKeys]
    Definition Classes
    AccountStateAccountStateReaderAbstractState
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def filterValid(txs: Seq[AccountTransaction[Proposition, Proof[Proposition]]]): Seq[AccountTransaction[Proposition, Proof[Proposition]]]
    Definition Classes
    TransactionValidation
  14. def getAccountStateRoot: Array[Byte]
    Definition Classes
    AccountStateBaseStateReader
  15. def getAccountStorage(address: Address, key: Array[Byte]): Array[Byte]
    Definition Classes
    AccountStateAccountStateReader
  16. def getAccountStorageBytes(address: Address, key: Array[Byte]): Array[Byte]
    Definition Classes
    AccountStateAccountStateReader
  17. def getAllowedForgerList: Seq[Int]
    Definition Classes
    AccountStateAccountStateReader
  18. def getBalance(address: Address): BigInteger
    Definition Classes
    AccountStateAccountStateReader
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def getCode(address: Address): Array[Byte]
    Definition Classes
    AccountStateAccountStateReader
  21. def getCodeHash(address: Address): Array[Byte]
    Definition Classes
    AccountStateAccountStateReader
  22. def getConsensusEpochNumber: Option[ConsensusEpochNumber]
    Definition Classes
    AccountStateBaseStateReader
  23. def getCurrentConsensusEpochInfo: (ModifierId, ConsensusEpochInfo)
    Definition Classes
    AccountStateAbstractState
  24. def getFeePaymentsInfo(withdrawalEpoch: Int, consensusEpochNumber: ConsensusEpochNumber, blockToAppendFeeInfo: Option[AccountBlockFeeInfo] = None): Seq[AccountPayment]
    Definition Classes
    AccountStateBaseStateReader
  25. def getForgerStakeData(stakeId: String): Option[ForgerStakeData]
    Definition Classes
    AccountStateAccountStateReader
  26. def getIntermediateRoot: Array[Byte]
    Definition Classes
    AccountStateAccountStateReader
  27. def getListOfForgersStakes: Seq[AccountForgingStakeInfo]
    Definition Classes
    AccountStateAccountStateReader
  28. def getListOfMcAddrOwnerships(scAddressOpt: Option[String] = None): Seq[McAddrOwnershipData]
    Definition Classes
    AccountStateAccountStateReader
  29. def getListOfOwnerScAddresses(): Seq[OwnerScAddress]
    Definition Classes
    AccountStateAccountStateReader
  30. def getLogs(txHash: Array[Byte]): Array[EthereumConsensusDataLog]
    Definition Classes
    AccountStateAccountStateReader
  31. def getNextBaseFee: BigInteger
    Definition Classes
    AccountStateBaseStateReader
  32. def getNonce(address: Address): BigInteger
    Definition Classes
    AccountStateAccountStateReader
  33. def getOrderedForgingStakesInfoSeq(): Seq[ForgingStakeInfo]
    Definition Classes
    AccountStateNodeStateBase
  34. def getReader: StateReader
    Definition Classes
    MinimalState
  35. def getStateDbHandle: ResourceHandle
    Definition Classes
    AccountStateAccountStateReader
  36. def getStateDbViewFromRoot(stateRoot: Array[Byte]): StateDbAccountStateView
  37. def getTopQualityCertificate(referencedWithdrawalEpoch: Int): Option[WithdrawalEpochCertificate]
    Definition Classes
    AccountStateBaseStateReader
  38. def getTransactionReceipt(txHash: Array[Byte]): Option[EthereumReceipt]
    Definition Classes
    AccountStateBaseStateReader
  39. def getView: AccountStateView
    Definition Classes
    AccountStateState
  40. def getWithdrawalEpochInfo: WithdrawalEpochInfo
    Definition Classes
    AccountStateBaseStateReaderAbstractState
  41. def getWithdrawalRequests(withdrawalEpoch: Int): Seq[WithdrawalRequest]
    Definition Classes
    AccountStateAccountStateReader
  42. def hasCeased(): Boolean
    Definition Classes
    AccountStateNodeStateBaseBaseStateReader
  43. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. def isEoaAccount(address: Address): Boolean
    Definition Classes
    AccountStateAccountStateReader
  45. def isForgingOpen: Boolean
    Definition Classes
    AccountStateAccountStateReaderAbstractState
  46. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  47. def isSmartContractAccount(address: Address): Boolean
    Definition Classes
    AccountStateAccountStateReader
  48. def isSwitchingConsensusEpoch(blockTimeStamp: Long): Boolean
    Definition Classes
    AccountStateAbstractState
  49. def isValid(tx: AccountTransaction[Proposition, Proof[Proposition]]): Boolean
    Definition Classes
    TransactionValidation
  50. def isWithdrawalEpochLastIndex: Boolean
    Definition Classes
    AccountStateAbstractState
  51. def keyRotationProof(withdrawalEpoch: Int, indexOfSigner: Int, keyType: Int): Option[KeyRotationProof]
    Definition Classes
    AccountStateAccountStateReaderAbstractState
  52. def lastCertificateReferencedEpoch: Option[Int]
    Definition Classes
    AccountStateAbstractState
  53. def lastCertificateSidechainBlockId(): Option[ModifierId]
    Definition Classes
    AccountStateAbstractState
  54. def log: Logger
    Attributes
    protected
    Definition Classes
    SparkzLogging
    Annotations
    @inline()
  55. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  56. def maxRollbackDepth: Int
    Definition Classes
    AccountState → StateReader
  57. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  58. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  59. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  60. def ownershipDataExist(ownershipId: Array[Byte]): Boolean
    Definition Classes
    AccountStateAccountStateReader
  61. val params: NetworkParams
  62. def rollbackTo(version: VersionTag): Try[AccountState]
    Definition Classes
    AccountState → MinimalState
  63. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  64. def toString(): String
    Definition Classes
    AnyRef → Any
  65. def using[A <: AutoCloseable, B](resource: A)(fun: (A) ⇒ B): B
    Definition Classes
    ClosableResourceHandler
  66. def utxoMerkleTreeRoot(withdrawalEpoch: Int): Option[Array[Byte]]
    Definition Classes
    AccountStateAbstractState
  67. def validate(tx: AccountTransaction[Proposition, Proof[Proposition]]): Try[Unit]
    Definition Classes
    AccountState → TransactionValidation
  68. val version: VersionTag
    Definition Classes
    AccountState → StateReader
  69. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  71. 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 ClosableResourceHandler

Inherited from NodeAccountState

Inherited from AccountStateReader

Inherited from NodeStateBase

Inherited from TransactionValidation[AccountTransaction[Proposition, Proof[Proposition]]]

Inherited from StateFeature

Inherited from BaseStateReader

Inherited from MinimalState[AccountBlock, AccountState]

Inherited from StateReader

Inherited from NodeViewComponent

Inherited from AnyRef

Inherited from Any

Ungrouped