Class Success

  • All Implemented Interfaces:
    ExecutionResult

    public class Success
    extends java.lang.Object
    implements ExecutionResult
    Abstract Executable Result of type Success containing the details of the contract execution. It shows the result of a successful execution
    Since:
    0.0.1
    See Also:
    ExecutionResult
    • Constructor Detail

      • Success

        public Success​(java.math.BigInteger cost,
                       ExecutionEffect effect,
                       java.util.List<java.lang.String> transfers)
      • Success

        public Success()