modularize wallet classes

- all code has been relocated from `wallet.py` to individual modules under
  `wallet`, with each wallet type having its own module

- the fully rewritten initialization code can be found in `__init__.py` and
  `base.py`
This commit is contained in:
The MMGen Project 2022-02-08 13:03:32 +00:00
commit 9649f5b723
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
38 changed files with 1611 additions and 1276 deletions

View file

@ -54,6 +54,7 @@ packages =
mmgen.share
mmgen.tool
mmgen.tx
mmgen.wallet
scripts =
cmds/mmgen-addrgen