http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/5676d7a3f9a41dfc755186e02dde946d04493f4c/mmgen/tool.py
If not, see <http://www.gnu.org/licenses/>. """ tool.py: Routines and data for the 'mmgen-tool' utility """ import binascii as ba import mmgen.bitcoin as bitcoin from mmgen.common import * from mmgen.crypto import * from mmgen.tx import * pnm = g.proj_name from collections import OrderedDict cmd_data = OrderedDict([ ('help', ['<tool command> [str]']), ('usage', ['<tool command> [str]']), ('strtob58', ['<string> [str]']), ('b58tostr', ['<b58 number> [str]']), ('hextob58', ['<hex...