com.hedera.services.stream.proto.ContractBytecodeOuterClass Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: contract_bytecode.proto
package com.hedera.services.stream.proto;
public final class ContractBytecodeOuterClass {
private ContractBytecodeOuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_ContractBytecode_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ContractBytecode_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\027contract_bytecode.proto\022\005proto\032\021basic_" +
"types.proto\"f\n\020ContractBytecode\022&\n\013contr" +
"act_id\030\001 \001(\0132\021.proto.ContractID\022\020\n\010initc" +
"ode\030\002 \001(\014\022\030\n\020runtime_bytecode\030\003 \001(\014B$\n c" +
"om.hedera.services.stream.protoP\001b\006proto" +
"3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
});
internal_static_proto_ContractBytecode_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_ContractBytecode_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ContractBytecode_descriptor,
new java.lang.String[] { "ContractId", "Initcode", "RuntimeBytecode", });
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}