com.hedera.hashgraph.sdk.proto.CryptoCreate 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: crypto_create.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class CryptoCreate {
private CryptoCreate() {}
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_CryptoCreateTransactionBody_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_CryptoCreateTransactionBody_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\023crypto_create.proto\022\005proto\032\021basic_type" +
"s.proto\032\016duration.proto\"\245\004\n\033CryptoCreate" +
"TransactionBody\022\027\n\003key\030\001 \001(\0132\n.proto.Key" +
"\022\026\n\016initialBalance\030\002 \001(\004\022,\n\016proxyAccount" +
"ID\030\003 \001(\0132\020.proto.AccountIDB\002\030\001\022\037\n\023sendRe" +
"cordThreshold\030\006 \001(\004B\002\030\001\022\"\n\026receiveRecord" +
"Threshold\030\007 \001(\004B\002\030\001\022\033\n\023receiverSigRequir" +
"ed\030\010 \001(\010\022(\n\017autoRenewPeriod\030\t \001(\0132\017.prot" +
"o.Duration\022\037\n\007shardID\030\n \001(\0132\016.proto.Shar" +
"dID\022\037\n\007realmID\030\013 \001(\0132\016.proto.RealmID\022$\n\020" +
"newRealmAdminKey\030\014 \001(\0132\n.proto.Key\022\014\n\004me" +
"mo\030\r \001(\t\022(\n max_automatic_token_associat" +
"ions\030\016 \001(\005\022-\n\021staked_account_id\030\017 \001(\0132\020." +
"proto.AccountIDH\000\022\030\n\016staked_node_id\030\020 \001(" +
"\003H\000\022\026\n\016decline_reward\030\021 \001(\010\022\r\n\005alias\030\022 \001" +
"(\014B\013\n\tstaked_idB\"\n\036com.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_CryptoCreateTransactionBody_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_CryptoCreateTransactionBody_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_CryptoCreateTransactionBody_descriptor,
new java.lang.String[] { "Key", "InitialBalance", "ProxyAccountID", "SendRecordThreshold", "ReceiveRecordThreshold", "ReceiverSigRequired", "AutoRenewPeriod", "ShardID", "RealmID", "NewRealmAdminKey", "Memo", "MaxAutomaticTokenAssociations", "StakedAccountId", "StakedNodeId", "DeclineReward", "Alias", "StakedId", });
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
com.hedera.hashgraph.sdk.proto.DurationOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}