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

com.hederahashgraph.api.proto.java.ContractGetInfoResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.57.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ContractGetInfo.proto

package com.hederahashgraph.api.proto.java;

public interface ContractGetInfoResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.ContractGetInfoResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *standard response from node to client, including the requested fields: cost, or state proof, or both, or neither
   * 
* * .proto.ResponseHeader header = 1; */ boolean hasHeader(); /** *
   *standard response from node to client, including the requested fields: cost, or state proof, or both, or neither
   * 
* * .proto.ResponseHeader header = 1; */ com.hederahashgraph.api.proto.java.ResponseHeader getHeader(); /** *
   *standard response from node to client, including the requested fields: cost, or state proof, or both, or neither
   * 
* * .proto.ResponseHeader header = 1; */ com.hederahashgraph.api.proto.java.ResponseHeaderOrBuilder getHeaderOrBuilder(); /** *
   * the information about this contract instance (a state proof can be generated for this)
   * 
* * .proto.ContractGetInfoResponse.ContractInfo contractInfo = 2; */ boolean hasContractInfo(); /** *
   * the information about this contract instance (a state proof can be generated for this)
   * 
* * .proto.ContractGetInfoResponse.ContractInfo contractInfo = 2; */ com.hederahashgraph.api.proto.java.ContractGetInfoResponse.ContractInfo getContractInfo(); /** *
   * the information about this contract instance (a state proof can be generated for this)
   * 
* * .proto.ContractGetInfoResponse.ContractInfo contractInfo = 2; */ com.hederahashgraph.api.proto.java.ContractGetInfoResponse.ContractInfoOrBuilder getContractInfoOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy