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.
2 parents 62f77c0 + aecae4d commit 963ebefCopy full SHA for 963ebef
wallet/web-api.md
@@ -41,7 +41,7 @@ Then clone and run [NBXplorer](https://github.com/dgarage/NBXplorer) with defaul
41
Reference the `NBXplorer.Client` nuget package then you need to notify the `NBXplorer` to track the user wallet:
42
43
```cs
44
-var network = new NBXplorerNetworkProvider(ChainType.Main).GetBTC();
+var network = new NBXplorerNetworkProvider(NetworkType.Mainnet).GetBTC();
45
var userExtKey = new ExtKey();
46
var userDerivationScheme = network.DerivationStrategyFactory.CreateDirectDerivationStrategy(userExtKey.Neuter(), new DerivationStrategyOptions()
47
{
0 commit comments