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

com.hederahashgraph.api.proto.java.ExchangeRateOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ExchangeRate.proto

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   * Denominator in calculation of exchange rate between hbar and cents
   * 
* * int32 hbarEquiv = 1; */ int getHbarEquiv(); /** *
   * Numerator in calculation of exchange rate between hbar and cents
   * 
* * int32 centEquiv = 2; */ int getCentEquiv(); /** *
   * Expiration time in seconds for this exchange rate
   * 
* * .proto.TimestampSeconds expirationTime = 3; */ boolean hasExpirationTime(); /** *
   * Expiration time in seconds for this exchange rate
   * 
* * .proto.TimestampSeconds expirationTime = 3; */ com.hederahashgraph.api.proto.java.TimestampSeconds getExpirationTime(); /** *
   * Expiration time in seconds for this exchange rate
   * 
* * .proto.TimestampSeconds expirationTime = 3; */ com.hederahashgraph.api.proto.java.TimestampSecondsOrBuilder getExpirationTimeOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy