com.hedera.hashgraph.sdk.proto.ContractCreate 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
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: contract_create.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
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\025contract_create.proto\022\005proto\032\021basic_ty" +
"pes.proto\032\016duration.proto\"\337\004\n\035ContractCr" +
"eateTransactionBody\022\037\n\006fileID\030\001 \001(\0132\r.pr" +
"oto.FileIDH\000\022\022\n\010initcode\030\020 \001(\014H\000\022\034\n\010admi" +
"nKey\030\003 \001(\0132\n.proto.Key\022\013\n\003gas\030\004 \001(\003\022\026\n\016i" +
"nitialBalance\030\005 \001(\003\022,\n\016proxyAccountID\030\006 " +
"\001(\0132\020.proto.AccountIDB\002\030\001\022(\n\017autoRenewPe" +
"riod\030\010 \001(\0132\017.proto.Duration\022\035\n\025construct" +
"orParameters\030\t \001(\014\022\037\n\007shardID\030\n \001(\0132\016.pr" +
"oto.ShardID\022\037\n\007realmID\030\013 \001(\0132\016.proto.Rea" +
"lmID\022$\n\020newRealmAdminKey\030\014 \001(\0132\n.proto.K" +
"ey\022\014\n\004memo\030\r \001(\t\022(\n max_automatic_token_" +
"associations\030\016 \001(\005\022/\n\025auto_renew_account" +
"_id\030\017 \001(\0132\020.proto.AccountID\022-\n\021staked_ac" +
"count_id\030\021 \001(\0132\020.proto.AccountIDH\001\022\030\n\016st" +
"aked_node_id\030\022 \001(\003H\001\022\026\n\016decline_reward\030\023" +
" \001(\010B\020\n\016initcodeSourceB\013\n\tstaked_idB\"\n\036c" +
"om.hedera.hashgraph.sdk.protoP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor(),
com.hedera.hashgraph.sdk.proto.DurationOuterClass.getDescriptor(),
});
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", "Initcode", "AdminKey", "Gas", "InitialBalance", "ProxyAccountID", "AutoRenewPeriod", "ConstructorParameters", "ShardID", "RealmID", "NewRealmAdminKey", "Memo", "MaxAutomaticTokenAssociations", "AutoRenewAccountId", "StakedAccountId", "StakedNodeId", "DeclineReward", "InitcodeSource", "StakedId", });
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
com.hedera.hashgraph.sdk.proto.DurationOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}