btcrpcclient icon indicating copy to clipboard operation
btcrpcclient copied to clipboard

Implements a robust and easy to use websocket-enabled Bitcoin JSON-RPC client.

Results 3 btcrpcclient issues
Sort by recently updated
recently updated
newest added

@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