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

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

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

package com.hedera.hashgraph.sdk.proto;

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

  /**
   * 
   **
   * 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