http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/master/mmgen/proto/bch/params.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 """ proto.bch.params: Bitcoin Cash protocol """ from ...protocol import decoded_addr_multiview from ...addr import CoinAddr from ..btc.params import mainnet, _finfo...