Open wallet with BIP21 links (#1565)

* Open wallet with BIP21 links

https://i.imgur.com/IWefMKB.gifv

* remove debugger;

* Move to settings
This commit is contained in:
Andrew Camilleri
2020-05-12 15:32:33 +02:00
committed by GitHub
parent f7d70daff3
commit 8ca2824b00
4 changed files with 48 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
@@ -17,6 +17,8 @@ namespace BTCPayServer.Models.WalletViewModels
public List<WalletSettingsAccountKeyViewModel> AccountKeys { get; set; } = new List<WalletSettingsAccountKeyViewModel>();
public bool NBXSeedAvailable { get; set; }
public string StoreName { get; set; }
public string UriScheme { get; set; }
}
public class WalletSettingsAccountKeyViewModel