Closed crazypon closed 2 years ago
How can I create HDKey in the testnet network?
With the Service class you can retrieve transaction, utxo and balance information for a specific address. See documentation at https://bitcoinlib.readthedocs.io/en/latest/source/bitcoinlib.services.services.html#bitcoinlib.services.services.Service
And https://github.com/1200wd/bitcoinlib/blob/master/examples/services.py for some examples
I want to get a balance of HDKey, or get information about transaction using transaction hash. How can I do this?