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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: contract_get_bytecode.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; * @return Whether the header field is set. */ boolean hasHeader(); /** *
   **
   * standard response from node to client, including the requested fields: cost, or state proof,
   * or both, or neither
   * 
* * .proto.ResponseHeader header = 1; * @return The header. */ 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 runtime bytecode of the contract
   * 
* * bytes bytecode = 6; * @return The bytecode. */ com.google.protobuf.ByteString getBytecode(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy