com.hederahashgraph.api.proto.java.TransactionOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: transaction.proto
package com.hederahashgraph.api.proto.java;
public final class TransactionOuterClass {
private TransactionOuterClass() {}
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_Transaction_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_Transaction_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\021transaction.proto\022\005proto\032\021basic_types." +
"proto\032\026transaction_body.proto\"\277\001\n\013Transa" +
"ction\022(\n\004body\030\001 \001(\0132\026.proto.TransactionB" +
"odyB\002\030\001\022&\n\004sigs\030\002 \001(\0132\024.proto.SignatureL" +
"istB\002\030\001\022\'\n\006sigMap\030\003 \001(\0132\023.proto.Signatur" +
"eMapB\002\030\001\022\025\n\tbodyBytes\030\004 \001(\014B\002\030\001\022\036\n\026signe" +
"dTransactionBytes\030\005 \001(\014B&\n\"com.hederahas" +
"hgraph.api.proto.javaP\001b\006proto3"
};
descriptor = 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.TransactionBodyOuterClass.getDescriptor(),
});
internal_static_proto_Transaction_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_Transaction_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_Transaction_descriptor,
new java.lang.String[] { "Body", "Sigs", "SigMap", "BodyBytes", "SignedTransactionBytes", });
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
com.hederahashgraph.api.proto.java.TransactionBodyOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy