Expose LND's other macaroon if possible

This commit is contained in:
nicolas.dorier
2018-12-20 16:52:04 +09:00
parent 57324345ac
commit e80593fb7b
5 changed files with 117 additions and 30 deletions

View File

@@ -11,7 +11,9 @@ namespace BTCPayServer.Models.ServerViewModels
public string Host { get; set; }
public bool SSL { get; set; }
public string Macaroon { get; set; }
public string RestrictedMacaroon { get; set; }
public string AdminMacaroon { get; set; }
public string ReadonlyMacaroon { get; set; }
public string InvoiceMacaroon { get; set; }
public string CertificateThumbprint { get; set; }
[Display(Name = "GRPC SSL Cipher suite (GRPC_SSL_CIPHER_SUITES)")]
public string GRPCSSLCipherSuites { get; set; }