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

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

There is a newer version: 0.54.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: state/contract/bytecode.proto

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   **
   * The raw bytes (not hex-encoded) of a contract's bytecode.
   * 
* * bytes code = 1; * @return The code. */ com.google.protobuf.ByteString getCode(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy