Can attach external spark

This commit is contained in:
nicolas.dorier
2018-12-12 18:19:13 +09:00
parent 9c93e76eeb
commit 475ea68696
9 changed files with 130 additions and 20 deletions

View File

@@ -11,8 +11,9 @@ namespace BTCPayServer.Models.ServerViewModels
public class LNDServiceViewModel
{
public string Crypto { get; set; }
public LndTypes Type { get; set; }
public string Type { get; set; }
public int Index { get; set; }
public string Action { get; internal set; }
}
public class ExternalService