Class Success


  • public class Success
    extends java.lang.Object
    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​(ExecutionEffect effect,
                       java.util.List<Key> transfers,
                       java.math.BigInteger cost)
      • Success

        public Success()
    • Method Detail

      • getTransfers

        public java.util.List<Key> getTransfers()
        List of Hex-encoded transfer address.
      • getCost

        public java.math.BigInteger getCost()
        The cost of executing the deploy.
      • setTransfers

        public void setTransfers​(java.util.List<Key> transfers)
        List of Hex-encoded transfer address.
      • setCost

        public void setCost​(java.math.BigInteger cost)
        The cost of executing the deploy.