We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bac4e commit 3361eddCopy full SHA for 3361edd
doc/shared-libraries.md
@@ -38,4 +38,5 @@ The interface is defined in the C header `bitcoinconsensus.h` located in `src/s
38
- `bitcoinconsensus_ERR_DESERIALIZE` - An error deserializing `txTo`
39
40
### Example Implementations
41
+- [NBitcoin](https://github.com/NicolasDorier/NBitcoin/blob/master/NBitcoin/Script.cs#L814) (.NET Bindings)
42
- [node-libbitcoinconsensus](https://github.com/bitpay/node-libbitcoinconsensus) (Node.js Bindings)
0 commit comments