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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ContractGetBytecode.proto

package com.hederahashgraph.api.proto.java;

public interface ContractGetBytecodeResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.ContractGetBytecodeResponse)
    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 bytecode
   * 
* * bytes bytecode = 6; */ com.google.protobuf.ByteString getBytecode(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy