mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 10:40:29 +01:00
1e3f62718d
* 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
8 lines
141 B
C#
8 lines
141 B
C#
namespace BTCPayServer.Client.Models
|
|
{
|
|
public class PayLightningInvoiceRequest
|
|
{
|
|
public string Invoice { get; set; }
|
|
}
|
|
}
|