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