MetacoSA / NBitcoin

Comprehensive Bitcoin library for the .NET framework.
MIT License
1.88k stars 848 forks source link

Missing RPC getblockstats #1029

Closed bezysoftware closed 3 years ago

bezysoftware commented 3 years ago

Any plans to add this to the RPC client?

See https://bitcoincore.org/en/doc/0.17.0/rpc/blockchain/getblockstats/

NicolasDorier commented 3 years ago

feel free to add it. Users can use RPCClient.SendCommand until it is directly integrated.

bezysoftware commented 3 years ago

@NicolasDorier PR created