All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.scalar.dl.rpc.ContractExecutionResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: scalar.proto

// Protobuf Java Version: 3.25.5
package com.scalar.dl.rpc;

public interface ContractExecutionResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:rpc.ContractExecutionResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * the result of contract execution
   * 
* * string contract_result = 1; * @return The contractResult. */ java.lang.String getContractResult(); /** *
   * the result of contract execution
   * 
* * string contract_result = 1; * @return The bytes for contractResult. */ com.google.protobuf.ByteString getContractResultBytes(); /** *
   * proofs given from the ledger server
   * 
* * repeated .rpc.AssetProof proofs = 2; */ java.util.List getProofsList(); /** *
   * proofs given from the ledger server
   * 
* * repeated .rpc.AssetProof proofs = 2; */ com.scalar.dl.rpc.AssetProof getProofs(int index); /** *
   * proofs given from the ledger server
   * 
* * repeated .rpc.AssetProof proofs = 2; */ int getProofsCount(); /** *
   * proofs given from the ledger server
   * 
* * repeated .rpc.AssetProof proofs = 2; */ java.util.List getProofsOrBuilderList(); /** *
   * proofs given from the ledger server
   * 
* * repeated .rpc.AssetProof proofs = 2; */ com.scalar.dl.rpc.AssetProofOrBuilder getProofsOrBuilder( int index); /** *
   * the result of function execution
   * 
* * string function_result = 3; * @return The functionResult. */ java.lang.String getFunctionResult(); /** *
   * the result of function execution
   * 
* * string function_result = 3; * @return The bytes for functionResult. */ com.google.protobuf.ByteString getFunctionResultBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy