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

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

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

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   * standard info sent from client to node, including the signed payment, and what kind of response is requested (cost, state proof, both, or neither).
   * 
* * .proto.QueryHeader header = 1; */ boolean hasHeader(); /** *
   * standard info sent from client to node, including the signed payment, and what kind of response is requested (cost, state proof, both, or neither).
   * 
* * .proto.QueryHeader header = 1; */ com.hederahashgraph.api.proto.java.QueryHeader getHeader(); /** *
   * standard info sent from client to node, including the signed payment, and what kind of response is requested (cost, state proof, both, or neither).
   * 
* * .proto.QueryHeader header = 1; */ com.hederahashgraph.api.proto.java.QueryHeaderOrBuilder getHeaderOrBuilder(); /** *
   * the contract for which information is requested
   * 
* * .proto.ContractID contractID = 2; */ boolean hasContractID(); /** *
   * the contract for which information is requested
   * 
* * .proto.ContractID contractID = 2; */ com.hederahashgraph.api.proto.java.ContractID getContractID(); /** *
   * the contract for which information is requested
   * 
* * .proto.ContractID contractID = 2; */ com.hederahashgraph.api.proto.java.ContractIDOrBuilder getContractIDOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy