View seed option if available (#1518)

This commit is contained in:
Andrew Camilleri
2020-04-28 17:55:53 +02:00
committed by GitHub
parent ff99ab1239
commit e75b4ec6bf
3 changed files with 141 additions and 76 deletions

View File

@@ -24,7 +24,7 @@ namespace BTCPayServer.Models.StoreViewModels
{
get; set;
} = new List<(string KeyPath, string Address, RootedKeyPath RootedKeyPath)>();
public bool NBXSeedAvailable { get; set; }
public string CryptoCode { get; set; }
public string KeyPath { get; set; }
public string RootFingerprint { get; set; }