public static interface Protos.ExchangeRateOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCoinValue()
required int64 coin_value = 1; |
String |
getFiatCurrencyCode()
required string fiat_currency_code = 3; |
com.google.protobuf.ByteString |
getFiatCurrencyCodeBytes()
required string fiat_currency_code = 3; |
long |
getFiatValue()
required int64 fiat_value = 2; |
boolean |
hasCoinValue()
required int64 coin_value = 1; |
boolean |
hasFiatCurrencyCode()
required string fiat_currency_code = 3; |
boolean |
hasFiatValue()
required int64 fiat_value = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasCoinValue()
required int64 coin_value = 1;
This much of satoshis (1E-8 fractions)…
long getCoinValue()
required int64 coin_value = 1;
This much of satoshis (1E-8 fractions)…
boolean hasFiatValue()
required int64 fiat_value = 2;
…is worth this much of fiat (1E-4 fractions).
long getFiatValue()
required int64 fiat_value = 2;
…is worth this much of fiat (1E-4 fractions).
boolean hasFiatCurrencyCode()
required string fiat_currency_code = 3;
ISO 4217 currency code (if available) of the fiat currency.
String getFiatCurrencyCode()
required string fiat_currency_code = 3;
ISO 4217 currency code (if available) of the fiat currency.
com.google.protobuf.ByteString getFiatCurrencyCodeBytes()
required string fiat_currency_code = 3;
ISO 4217 currency code (if available) of the fiat currency.
Copyright © 2016. All rights reserved.