All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hedera.hashgraph.sdk.proto.ExchangeRateSetOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: exchange_rate.proto

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

public interface ExchangeRateSetOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.ExchangeRateSet)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * 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(); /** *
   **
   * Current exchange rate
   * 
* * .proto.ExchangeRate currentRate = 1; */ com.hedera.hashgraph.sdk.proto.ExchangeRateOrBuilder getCurrentRateOrBuilder(); /** *
   **
   * 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(); /** *
   **
   * Next exchange rate which will take effect when current rate expires
   * 
* * .proto.ExchangeRate nextRate = 2; */ com.hedera.hashgraph.sdk.proto.ExchangeRateOrBuilder getNextRateOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy