Class NearContractFunctionCallResult

java.lang.Object
dev.getelements.elements.sdk.model.blockchain.contract.near.NearContractFunctionCallResult

public class NearContractFunctionCallResult extends Object
  • Constructor Details

    • NearContractFunctionCallResult

      public NearContractFunctionCallResult()
  • Method Details

    • getResult

      public byte[] getResult()
    • setResult

      public void setResult(byte[] result)
    • getLogs

      public Collection<String> getLogs()
    • setLogs

      public void setLogs(Collection<String> logs)
    • getBlockHeight

      public long getBlockHeight()
    • setBlockHeight

      public void setBlockHeight(long blockHeight)
    • getBlockHash

      public NearEncodedHash getBlockHash()
    • setBlockHash

      public void setBlockHash(NearEncodedHash blockHash)
    • getError

      public String getError()
    • setError

      public void setError(String error)