http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/e025f2704fca8dfb9ea49126b489fd852d944ee7/mmgen/tool/api.py
_reset_ok += ('usr_randchars',) super().__init__(cfg=cfg) def init_coin(self, coinsym, network): """ Initialize a coin/network pair Valid choices for coins: one of the symbols returned by the 'coins' attribute Valid choices for network: 'mainnet', 'testnet', 'regtest' """ from ..protocol import init_proto, warn_trustlevel warn_trustlevel(self.cfg) self.proto = init_proto(self.cfg, coinsym, network=network, need_amt=True)...