mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
GreenField: Cross-implemenation Lightning Node API (#1566)
* GreenField: Cross-implemenation Lightning Node API * switch to hard unrsstricted check * fix * set LightningPrivateRouteHints in swagger + stores api * add priv route hint * rename models and add swagger defs to models
This commit is contained in:
10
BTCPayServer.Client/Models/ConnectToNodeRequest.cs
Normal file
10
BTCPayServer.Client/Models/ConnectToNodeRequest.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace BTCPayServer.Client.Models
|
||||
{
|
||||
public class ConnectToNodeRequest
|
||||
{
|
||||
public string NodeInfo { get; set; }
|
||||
public string NodeId { get; set; }
|
||||
public string NodeHost { get; set; }
|
||||
public int NodePort { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user