com.hedera.hashgraph.sdk.proto.ExchangeRateSetOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-jdk7 Show documentation
Show all versions of sdk-jdk7 Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: exchange_rate.proto
package com.hedera.hashgraph.sdk.proto;
public interface ExchangeRateSetOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ExchangeRateSet)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
**
* Current exchange rate
*
*
* .proto.ExchangeRate currentRate = 1;
* @return Whether the currentRate field is set.
*/
boolean hasCurrentRate();
/**
*
**
* Current exchange rate
*
*
* .proto.ExchangeRate currentRate = 1;
* @return The currentRate.
*/
com.hedera.hashgraph.sdk.proto.ExchangeRate getCurrentRate();
/**
*
**
* Next exchange rate which will take effect when current rate expires
*
*
* .proto.ExchangeRate nextRate = 2;
* @return Whether the nextRate field is set.
*/
boolean hasNextRate();
/**
*
**
* Next exchange rate which will take effect when current rate expires
*
*
* .proto.ExchangeRate nextRate = 2;
* @return The nextRate.
*/
com.hedera.hashgraph.sdk.proto.ExchangeRate getNextRate();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy