btcrpcclient
btcrpcclient copied to clipboard
Implements a robust and easy to use websocket-enabled Bitcoin JSON-RPC client.
@davecgh I have two `bitcoind` nodes in `regtest` mode, both connecting with each other locally. I am using `rpcclient` to get the information about block with `GetBlockVerbose` command. I caused...
Add function EstimateFee to wallet. This pr corresponds to the one to btcd [here](https://github.com/btcsuite/btcd/pull/735).
Allows using the watch only bool as part of the GetTransaction calls. Closes #121