BitcoinLib.Services.CoinService.DumpWallet C# (CSharp) Method

DumpWallet() public method

public DumpWallet ( string filename ) : void
filename string
return void
        public void DumpWallet(string filename)
        {
            _rpcConnector.MakeRequest<string>(RpcMethods.dumpwallet, filename);
        }