lbry-sdk/lbrynet/extras/wallet/__init__.py

12 lines
425 B
Python
Raw Normal View History

2018-06-14 06:53:38 +02:00
__node_daemon__ = 'lbrycrdd'
__node_cli__ = 'lbrycrd-cli'
__node_bin__ = ''
__node_url__ = (
'https://github.com/lbryio/lbrycrd/releases/download/v0.12.2.1/lbrycrd-linux.zip'
)
__spvserver__ = 'lbrynet.extras.wallet.server.coin.LBCRegTest'
2018-06-12 17:53:29 +02:00
2018-11-09 20:02:03 +01:00
from lbrynet.extras.wallet.ledger import MainNetLedger, RegTestLedger
from lbrynet.extras.wallet.manager import LbryWalletManager
from lbrynet.extras.wallet.network import Network