Add Lightmoney json converter + do swagger defs for ln api

This commit is contained in:
Kukks
2020-05-29 10:04:28 +02:00
parent 1e3f62718d
commit 37f4b34b5e
7 changed files with 1060 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
using System;
using BTCPayServer.Client.JsonConverters;
using BTCPayServer.Lightning;
using BTCPayServer.Lightning.JsonConverters;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;