Packages

trait State[TX <: Transaction, PMOD <: PersistentNodeViewModifier, SV <: StateView[TX], S <: State[TX, PMOD, SV, S]] extends AbstractState[AccountTransaction[Proposition, Proof[Proposition]], AccountBlockHeader, AccountBlock, S] with BaseStateReader with StateReader

Self Type
S
Linear Supertypes
BaseStateReader, AbstractState[AccountTransaction[Proposition, Proof[Proposition]], AccountBlockHeader, AccountBlock, S], MinimalState[AccountBlock, S], StateReader, NodeViewComponent, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. State
  2. BaseStateReader
  3. AbstractState
  4. MinimalState
  5. StateReader
  6. NodeViewComponent
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type NVCT >: State.this.type <: NodeViewComponent
    Definition Classes
    NodeViewComponent

Abstract Value Members

  1. abstract def applyModifier(mod: AccountBlock): Try[S]
    Definition Classes
    MinimalState
  2. abstract def backwardTransfers(withdrawalEpoch: Int): Seq[BackwardTransfer]
    Definition Classes
    AbstractState
  3. abstract def certificate(referencedWithdrawalEpoch: Int): Option[WithdrawalEpochCertificate]
    Definition Classes
    AbstractState
  4. abstract def certifiersKeys(withdrawalEpoch: Int): Option[CertifiersKeys]
    Definition Classes
    AbstractState
  5. abstract def getAccountStateRoot: Array[Byte]
    Definition Classes
    BaseStateReader
  6. abstract def getConsensusEpochNumber: Option[ConsensusEpochNumber]
    Definition Classes
    BaseStateReader
  7. abstract def getCurrentConsensusEpochInfo: (ModifierId, ConsensusEpochInfo)
    Definition Classes
    AbstractState
  8. abstract def getFeePaymentsInfo(withdrawalEpoch: Int, blockToAppendFeeInfo: Option[AccountBlockFeeInfo] = None): Seq[AccountPayment]
    Definition Classes
    BaseStateReader
  9. abstract def getNextBaseFee: BigInteger
    Definition Classes
    BaseStateReader
  10. abstract def getTopQualityCertificate(referencedWithdrawalEpoch: Int): Option[WithdrawalEpochCertificate]
    Definition Classes
    BaseStateReader
  11. abstract def getTransactionReceipt(txHash: Array[Byte]): Option[EthereumReceipt]
    Definition Classes
    BaseStateReader
  12. abstract def getView: SV
  13. abstract def getWithdrawalEpochInfo: WithdrawalEpochInfo
    Definition Classes
    BaseStateReader
  14. abstract def hasCeased: Boolean
    Definition Classes
    BaseStateReader
  15. abstract def isForgingOpen: Boolean
    Definition Classes
    AbstractState
  16. abstract def isSwitchingConsensusEpoch(blockTimestamp: Long): Boolean
    Definition Classes
    AbstractState
  17. abstract def isWithdrawalEpochLastIndex: Boolean
    Definition Classes
    AbstractState
  18. abstract def keyRotationProof(withdrawalEpoch: Int, indexOfSigner: Int, keyType: Int): Option[KeyRotationProof]
    Definition Classes
    AbstractState
  19. abstract def lastCertificateReferencedEpoch: Option[Int]
    Definition Classes
    AbstractState
  20. abstract def lastCertificateSidechainBlockId(): Option[ModifierId]
    Definition Classes
    AbstractState
  21. abstract def maxRollbackDepth: Int
    Definition Classes
    StateReader
  22. abstract def rollbackTo(version: VersionTag): Try[S]
    Definition Classes
    MinimalState
  23. abstract def utxoMerkleTreeRoot(withdrawalEpoch: Int): Option[Array[Byte]]
    Definition Classes
    AbstractState
  24. abstract def version: VersionTag
    Definition Classes
    StateReader

Concrete 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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def getReader: StateReader
    Definition Classes
    MinimalState
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  19. 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 BaseStateReader

Inherited from MinimalState[AccountBlock, S]

Inherited from StateReader

Inherited from NodeViewComponent

Inherited from AnyRef

Inherited from Any

Ungrouped