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

BackupWallet() public method

public BackupWallet ( string destination ) : void
destination string
return void
        public void BackupWallet(string destination)
        {
            _rpcConnector.MakeRequest<string>(RpcMethods.backupwallet, destination);
        }