Class BitcoinCurrencyProvider

java.lang.Object
org.consensusj.currency.BitcoinCurrencyProvider
All Implemented Interfaces:
javax.money.spi.CurrencyProviderSpi

public class BitcoinCurrencyProvider extends Object implements javax.money.spi.CurrencyProviderSpi
A BitcoinCurrencyProvider based on work in the javamoney-shelter.
  • Constructor Details

  • Method Details

    • getCurrencies

      public Set<javax.money.CurrencyUnit> getCurrencies(javax.money.CurrencyQuery query)
      Return a CurrencyUnit instances matching the given CurrencyQuery.
      Specified by:
      getCurrencies in interface javax.money.spi.CurrencyProviderSpi
      Parameters:
      query - the CurrencyQuery containing the parameters determining the query. not null.
      Returns:
      the corresponding CurrencyUnits matching, never null.