
com.hederahashgraph.api.proto.java.ContractCreate Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ContractCreate.proto
package com.hederahashgraph.api.proto.java;
public final class ContractCreate {
private ContractCreate() {}
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_ContractCreateTransactionBody_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ContractCreateTransactionBody_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\024ContractCreate.proto\022\005proto\032\020BasicType" +
"s.proto\032\016Duration.proto\"\352\002\n\035ContractCrea" +
"teTransactionBody\022\035\n\006fileID\030\001 \001(\0132\r.prot" +
"o.FileID\022\034\n\010adminKey\030\003 \001(\0132\n.proto.Key\022\013" +
"\n\003gas\030\004 \001(\003\022\026\n\016initialBalance\030\005 \001(\003\022(\n\016p" +
"roxyAccountID\030\006 \001(\0132\020.proto.AccountID\022(\n" +
"\017autoRenewPeriod\030\010 \001(\0132\017.proto.Duration\022" +
"\035\n\025constructorParameters\030\t \001(\014\022\037\n\007shardI" +
"D\030\n \001(\0132\016.proto.ShardID\022\037\n\007realmID\030\013 \001(\013" +
"2\016.proto.RealmID\022$\n\020newRealmAdminKey\030\014 \001" +
"(\0132\n.proto.Key\022\014\n\004memo\030\r \001(\tB&\n\"com.hede" +
"rahashgraph.api.proto.javaP\001b\006proto3"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
com.hederahashgraph.api.proto.java.DurationOuterClass.getDescriptor(),
}, assigner);
internal_static_proto_ContractCreateTransactionBody_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_ContractCreateTransactionBody_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ContractCreateTransactionBody_descriptor,
new java.lang.String[] { "FileID", "AdminKey", "Gas", "InitialBalance", "ProxyAccountID", "AutoRenewPeriod", "ConstructorParameters", "ShardID", "RealmID", "NewRealmAdminKey", "Memo", });
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
com.hederahashgraph.api.proto.java.DurationOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy