MetacoSA / NBitcoin

Comprehensive Bitcoin library for the .NET framework.
MIT License
1.87k stars 845 forks source link

Make SigningOptions a property rather than passing explicitely to methods #1030

Closed NicolasDorier closed 3 years ago

NicolasDorier commented 3 years ago

This allow us to get rid of the method overload explosion, and prevent foot shooting.