com.hedera.hashgraph.sdk.proto.TransactionReceiptOuterClass 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: transaction_receipt.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class TransactionReceiptOuterClass {
private TransactionReceiptOuterClass() {}
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_TransactionReceipt_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TransactionReceipt_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\031transaction_receipt.proto\022\005proto\032\021basi" +
"c_types.proto\032\023response_code.proto\032\023exch" +
"ange_rate.proto\"\215\004\n\022TransactionReceipt\022\'" +
"\n\006status\030\001 \001(\0162\027.proto.ResponseCodeEnum\022" +
"#\n\taccountID\030\002 \001(\0132\020.proto.AccountID\022\035\n\006" +
"fileID\030\003 \001(\0132\r.proto.FileID\022%\n\ncontractI" +
"D\030\004 \001(\0132\021.proto.ContractID\022,\n\014exchangeRa" +
"te\030\005 \001(\0132\026.proto.ExchangeRateSet\022\037\n\007topi" +
"cID\030\006 \001(\0132\016.proto.TopicID\022\033\n\023topicSequen" +
"ceNumber\030\007 \001(\004\022\030\n\020topicRunningHash\030\010 \001(\014" +
"\022\037\n\027topicRunningHashVersion\030\t \001(\004\022\037\n\007tok" +
"enID\030\n \001(\0132\016.proto.TokenID\022\026\n\016newTotalSu" +
"pply\030\013 \001(\004\022%\n\nscheduleID\030\014 \001(\0132\021.proto.S" +
"cheduleID\0224\n\026scheduledTransactionID\030\r \001(" +
"\0132\024.proto.TransactionID\022\025\n\rserialNumbers" +
"\030\016 \003(\003\022\017\n\007node_id\030\017 \001(\004B\"\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.ResponseCode.getDescriptor(),
com.hedera.hashgraph.sdk.proto.ExchangeRateOuterClass.getDescriptor(),
});
internal_static_proto_TransactionReceipt_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_TransactionReceipt_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TransactionReceipt_descriptor,
new java.lang.String[] { "Status", "AccountID", "FileID", "ContractID", "ExchangeRate", "TopicID", "TopicSequenceNumber", "TopicRunningHash", "TopicRunningHashVersion", "TokenID", "NewTotalSupply", "ScheduleID", "ScheduledTransactionID", "SerialNumbers", "NodeId", });
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
com.hedera.hashgraph.sdk.proto.ResponseCode.getDescriptor();
com.hedera.hashgraph.sdk.proto.ExchangeRateOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}