http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/master/mmgen/tx/tx_proxy.py
/usr/bin/env python3 # # MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2026 The MMGen Project <
[email protected]> # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: # https://github.com/mmgen/mmgen-wallet # https://gitlab.com/mmgen/mmgen-wallet """ tx.tx_proxy: tx proxy classes """ from ..color import green, pink, orange from ..util import msg, msg_r, die from ..http import HTTPClient class...