public static interface Protos.ExchangeRateOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
long | 
getCoinValue()
 This much of satoshis (1E-8 fractions)… 
 | 
java.lang.String | 
getFiatCurrencyCode()
 ISO 4217 currency code (if available) of the fiat currency. 
 | 
com.google.protobuf.ByteString | 
getFiatCurrencyCodeBytes()
 ISO 4217 currency code (if available) of the fiat currency. 
 | 
long | 
getFiatValue()
 …is worth this much of fiat (1E-4 fractions). 
 | 
boolean | 
hasCoinValue()
 This much of satoshis (1E-8 fractions)… 
 | 
boolean | 
hasFiatCurrencyCode()
 ISO 4217 currency code (if available) of the fiat currency. 
 | 
boolean | 
hasFiatValue()
 …is worth this much of fiat (1E-4 fractions). 
 | 
boolean hasCoinValue()
This much of satoshis (1E-8 fractions)…
required int64 coin_value = 1;long getCoinValue()
This much of satoshis (1E-8 fractions)…
required int64 coin_value = 1;boolean hasFiatValue()
…is worth this much of fiat (1E-4 fractions).
required int64 fiat_value = 2;long getFiatValue()
…is worth this much of fiat (1E-4 fractions).
required int64 fiat_value = 2;boolean hasFiatCurrencyCode()
ISO 4217 currency code (if available) of the fiat currency.
required string fiat_currency_code = 3;java.lang.String getFiatCurrencyCode()
ISO 4217 currency code (if available) of the fiat currency.
required string fiat_currency_code = 3;com.google.protobuf.ByteString getFiatCurrencyCodeBytes()
ISO 4217 currency code (if available) of the fiat currency.
required string fiat_currency_code = 3;