com.hederahashgraph.api.proto.java.ExchangeRateOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: exchange_rate.proto
package com.hederahashgraph.api.proto.java;
public final class ExchangeRateOuterClass {
private ExchangeRateOuterClass() {}
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_ExchangeRate_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ExchangeRate_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_ExchangeRateSet_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ExchangeRateSet_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\023exchange_rate.proto\022\005proto\032\017timestamp." +
"proto\"e\n\014ExchangeRate\022\021\n\thbarEquiv\030\001 \001(\005" +
"\022\021\n\tcentEquiv\030\002 \001(\005\022/\n\016expirationTime\030\003 " +
"\001(\0132\027.proto.TimestampSeconds\"b\n\017Exchange" +
"RateSet\022(\n\013currentRate\030\001 \001(\0132\023.proto.Exc" +
"hangeRate\022%\n\010nextRate\030\002 \001(\0132\023.proto.Exch" +
"angeRateB&\n\"com.hederahashgraph.api.prot" +
"o.javaP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor(),
});
internal_static_proto_ExchangeRate_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_ExchangeRate_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ExchangeRate_descriptor,
new java.lang.String[] { "HbarEquiv", "CentEquiv", "ExpirationTime", });
internal_static_proto_ExchangeRateSet_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_ExchangeRateSet_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ExchangeRateSet_descriptor,
new java.lang.String[] { "CurrentRate", "NextRate", });
com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy