com.hedera.hashgraph.sdk.proto.TransactionOuterClass 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: transaction.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
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\036com.hedera.ha" +
"shgraph.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.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.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
com.hedera.hashgraph.sdk.proto.TransactionBodyOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}