Packages

o

io.horizen.account.state

WithdrawalMsgProcessor

object WithdrawalMsgProcessor extends NativeSmartContractMsgProcessor with WithdrawalRequestProvider

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithdrawalMsgProcessor
  2. WithdrawalRequestProvider
  3. NativeSmartContractMsgProcessor
  4. SparkzLogging
  5. StrictLogging
  6. MessageProcessor
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val AddNewWithdrawalReqCmdSig: String
  5. val DustThresholdInWei: BigInteger
  6. val GetListOfWithdrawalReqsCmdSig: String
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def canProcess(invocation: Invocation, view: BaseAccountStateView, consensusEpochNumber: Int): Boolean
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. val contractAddress: Address
  11. val contractCode: Array[Byte]
  12. lazy val contractCodeHash: Array[Byte]
  13. def customTracing(): Boolean
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def execAddWithdrawalRequest(invocation: Invocation, view: BaseAccountStateView, currentEpochNum: Int): Array[Byte]
    Attributes
    protected
  17. def execGetListOfWithdrawalReqRecords(invocation: Invocation, view: BaseAccountStateView): Array[Byte]
    Attributes
    protected
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def getEthereumConsensusDataLog(event: Any): EthereumConsensusDataLog
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def init(view: BaseAccountStateView, consensusEpochNumber: Int): Unit
    Definition Classes
    NativeSmartContractMsgProcessorMessageProcessor
    Annotations
    @throws( ... )
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def log: Logger
    Attributes
    protected
    Definition Classes
    SparkzLogging
    Annotations
    @inline()
  24. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def process(invocation: Invocation, view: BaseAccountStateView, context: ExecutionContext): Array[Byte]

    Apply invocation to the given view.

    Apply invocation to the given view. Possible results:

    • applied as expected: return byte[]
    • invocation valid and (partially) executed, but operation "failed": throw ExecutionFailedException
    • invocation invalid and must not exist in a block: throw any other Exception
    invocation

    invocation to execute

    view

    state view

    context

    contextual information accessible during execution. It contains also the consensus epoch number

    returns

    return data on successful execution

    Definition Classes
    WithdrawalMsgProcessorMessageProcessor
    Annotations
    @throws( classOf[ExecutionFailedException] )
    Exceptions thrown

    ExecutionFailedException revert-and-consume-all-gas, also mark the message as "failed"

    ExecutionRevertedException revert-and-keep-gas-left, also mark the message as "failed"

    RuntimeException any other exceptions are considered as "invalid message"

  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. 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 WithdrawalRequestProvider

Inherited from SparkzLogging

Inherited from StrictLogging

Inherited from MessageProcessor

Inherited from AnyRef

Inherited from Any

Ungrouped