(walletName, dir)
| 55 | } |
| 56 | |
| 57 | static getWalletFileName(walletName, dir) { |
| 58 | return path.join(dir, walletName + '.json'); |
| 59 | } |
| 60 | |
| 61 | static colorText(text: string, color: Color): string { |
| 62 | return Constants.COLOR[color.toLowerCase()].replace('%s', text); |
no outgoing calls
no test coverage detected