Add QR code information

This commit is contained in:
nicolas.dorier
2018-07-22 21:28:21 +09:00
parent 4f8e0b0393
commit 648829644a
5 changed files with 61 additions and 50 deletions

View File

@@ -8,10 +8,10 @@ namespace BTCPayServer.Models.ServerViewModels
public class LNDGRPCServicesViewModel
{
public string Host { get; set; }
public int Port { get; set; }
public bool SSL { get; set; }
public string Macaroon { get; set; }
public string CertificateThumbprint { get; set; }
public string QRCode { get; set; }
public string QRCodeLink { get; set; }
}
}