MCPcopy Create free account
hub / github.com/ccxt/ccxt / parse_network

Method parse_network

python/ccxt/kraken.py:2742–2744  ·  view source on GitHub ↗
(self, network)

Source from the content-addressed store, hash-verified

2740 return self.safe_string(statuses, status, status)
2741
2742 def parse_network(self, network):
2743 withdrawMethods = self.safe_value(self.options, 'withdrawMethods', {})
2744 return self.safe_string(withdrawMethods, network, network)
2745
2746 def parse_transaction(self, transaction: dict, currency: Currency = None) -> Transaction:
2747 #

Callers 1

parse_transactionMethod · 0.95

Calls 2

safe_valueMethod · 0.80
safe_stringMethod · 0.80

Tested by

no test coverage detected