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

com.hedera.hashgraph.sdk.proto.BytecodeOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: bytecode.proto

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

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