Interface ContractCallLocalResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
ContractCallLocalResponse, ContractCallLocalResponse.Builder

@Generated public interface ContractCallLocalResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    * The result(s) returned by the function call, if successful.
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
    boolean
    * The result(s) returned by the function call, if successful.
    boolean
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasHeader

      boolean hasHeader()
       *
       The standard response information for queries.<br/>
       This includes the values requested in the `QueryHeader`
       (cost, state proof, both, or neither).
       
      .proto.ResponseHeader header = 1;
      Returns:
      Whether the header field is set.
    • getHeader

      ResponseHeader getHeader()
       *
       The standard response information for queries.<br/>
       This includes the values requested in the `QueryHeader`
       (cost, state proof, both, or neither).
       
      .proto.ResponseHeader header = 1;
      Returns:
      The header.
    • hasFunctionResult

      boolean hasFunctionResult()
       *
       The result(s) returned by the function call, if successful.
       <p>
       If the call failed this value SHALL be unset.
       
      .proto.ContractFunctionResult functionResult = 2;
      Returns:
      Whether the functionResult field is set.
    • getFunctionResult

      ContractFunctionResult getFunctionResult()
       *
       The result(s) returned by the function call, if successful.
       <p>
       If the call failed this value SHALL be unset.
       
      .proto.ContractFunctionResult functionResult = 2;
      Returns:
      The functionResult.