()
| 2668 | } |
| 2669 | |
| 2670 | function welcome() { |
| 2671 | common.logAsciiBull(); |
| 2672 | console.log("*********************************************"); |
| 2673 | console.log("Welcome to the Command-Line Transfer Manager."); |
| 2674 | console.log("*********************************************"); |
| 2675 | console.log("Issuer Account: " + Issuer.address + "\n"); |
| 2676 | } |
| 2677 | |
| 2678 | async function setup() { |
| 2679 | try { |