com.hedera.hashgraph.sdk.proto.BytecodeOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
// 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();
}