Versions in this module Expand all Collapse all v1 v1.0.1 Dec 19, 2021 Changes in this version + const SatoshiPerBTC + func NormalizeCurrencyCode(currencyCode string) string + type BitPayDecoder struct + type BitcoinAverageDecoder struct + type BitcoinChartsDecoder struct + type BitcoinPriceFetcher struct + func NewBitcoinPriceFetcher(dialer proxy.Dialer) *BitcoinPriceFetcher + func (b *BitcoinPriceFetcher) GetAllRates(cacheOK bool) (map[string]float64, error) + func (b *BitcoinPriceFetcher) GetExchangeRate(currencyCode string) (float64, error) + func (b *BitcoinPriceFetcher) GetLatestRate(currencyCode string) (float64, error) + func (b *BitcoinPriceFetcher) Run() + func (b *BitcoinPriceFetcher) UnitsPerCoin() int + type BlockchainInfoDecoder struct + type ExchangeRateDecoder interface + type ExchangeRateProvider struct