Class Step

  • All Implemented Interfaces:
    EventData

    public class Step
    extends java.lang.Object
    implements EventData
    The execution effects produced by a `StepRequest
    • Constructor Detail

      • Step

        public Step()
    • Method Detail

      • getEraId

        public long getEraId()
      • getExecutionEffect

        public ExecutionEffect getExecutionEffect()
        The journal of execution transforms from a single deploy.
      • setEraId

        public void setEraId​(long eraId)
      • setExecutionEffect

        public void setExecutionEffect​(ExecutionEffect executionEffect)
        The journal of execution transforms from a single deploy.