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

Method parse_ledger_entry_status

python/ccxt/coinbase.py:2495–2499  ·  view source on GitHub ↗
(self, status)

Source from the content-addressed store, hash-verified

2493 return ledger
2494
2495 def parse_ledger_entry_status(self, status):
2496 types = {
2497 'completed': 'ok',
2498 }
2499 return self.safe_string(types, status, status)
2500
2501 def parse_ledger_entry_type(self, type):
2502 types = {

Callers 1

parse_ledger_entryMethod · 0.95

Calls 1

safe_stringMethod · 0.80

Tested by

no test coverage detected