MCPcopy Index your code
hub / github.com/ccxt/ccxt / parseCurrency

Method parseCurrency

java/lib/src/main/java/io/github/ccxt/Exchange.java:5121–5124  ·  view source on GitHub ↗
(Object rawCurrency)

Source from the content-addressed store, hash-verified

5119 }
5120
5121 public Object parseCurrency(Object rawCurrency)
5122 {
5123 throw new NotSupported((String)Helpers.add(this.id, " parseCurrency() is not supported yet")) ;
5124 }
5125
5126 public Object parseCurrencies(Object rawCurrencies)
5127 {

Callers 1

parseCurrenciesMethod · 0.95

Calls 1

addMethod · 0.95

Tested by

no test coverage detected