Class ExecutionInfo


  • public class ExecutionInfo
    extends java.lang.Object
    The block hash and height in which a given deploy was executed, along with the execution result if known.
    • Constructor Detail

      • ExecutionInfo

        public ExecutionInfo​(Digest blockHash,
                             java.math.BigInteger blockHeight,
                             ExecutionResult executionResult)
      • ExecutionInfo

        public ExecutionInfo()
    • Method Detail

      • getExecutionResult

        public <T extends ExecutionResult> T getExecutionResult()
      • getBlockHash

        public Digest getBlockHash()
      • getBlockHeight

        public java.math.BigInteger getBlockHeight()
      • setBlockHash

        public void setBlockHash​(Digest blockHash)
      • setBlockHeight

        public void setBlockHeight​(java.math.BigInteger blockHeight)
      • setExecutionResult

        public void setExecutionResult​(ExecutionResult executionResult)