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

Method parseDepositStatus

ts/src/cryptocom.ts:2493–2501  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

2491 }
2492
2493 parseDepositStatus (status) {
2494 const statuses: Dict = {
2495 '0': 'pending',
2496 '1': 'ok',
2497 '2': 'failed',
2498 '3': 'pending',
2499 };
2500 return this.safeString (statuses, status, status);
2501 }
2502
2503 parseWithdrawalStatus (status) {
2504 const statuses: Dict = {

Callers 1

parseTransactionMethod · 0.95

Calls 1

safeStringMethod · 0.45

Tested by

no test coverage detected