
com.hederahashgraph.api.proto.java.CryptoTransfer Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CryptoTransfer.proto
package com.hederahashgraph.api.proto.java;
public final class CryptoTransfer {
private CryptoTransfer() {}
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_AccountAmount_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_AccountAmount_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_TransferList_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TransferList_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_TokenTransferList_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TokenTransferList_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_CryptoTransferTransactionBody_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_CryptoTransferTransactionBody_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\024CryptoTransfer.proto\022\005proto\032\020BasicType" +
"s.proto\"D\n\rAccountAmount\022#\n\taccountID\030\001 " +
"\001(\0132\020.proto.AccountID\022\016\n\006amount\030\002 \001(\022\"<\n" +
"\014TransferList\022,\n\016accountAmounts\030\001 \003(\0132\024." +
"proto.AccountAmount\"[\n\021TokenTransferList" +
"\022\035\n\005token\030\001 \001(\0132\016.proto.TokenID\022\'\n\ttrans" +
"fers\030\002 \003(\0132\024.proto.AccountAmount\"G\n\035Cryp" +
"toTransferTransactionBody\022&\n\ttransfers\030\001" +
" \001(\0132\023.proto.TransferListB&\n\"com.hederah" +
"ashgraph.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(),
}, assigner);
internal_static_proto_AccountAmount_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_AccountAmount_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_AccountAmount_descriptor,
new java.lang.String[] { "AccountID", "Amount", });
internal_static_proto_TransferList_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_TransferList_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TransferList_descriptor,
new java.lang.String[] { "AccountAmounts", });
internal_static_proto_TokenTransferList_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_proto_TokenTransferList_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TokenTransferList_descriptor,
new java.lang.String[] { "Token", "Transfers", });
internal_static_proto_CryptoTransferTransactionBody_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_proto_CryptoTransferTransactionBody_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_CryptoTransferTransactionBody_descriptor,
new java.lang.String[] { "Transfers", });
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy