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​(long eraId,
                    java.util.List<Effect> executionEffects)
      • Step

        public Step()
    • Method Detail

      • getEraId

        public long getEraId()
      • getExecutionEffects

        public java.util.List<Effect> getExecutionEffects()
        The journal of execution transforms from a single deploy.
      • setEraId

        public void setEraId​(long eraId)
      • setExecutionEffects

        public void setExecutionEffects​(java.util.List<Effect> executionEffects)
        The journal of execution transforms from a single deploy.