Show tor exposed bitcoin node

This commit is contained in:
nicolas.dorier
2019-05-07 13:58:55 +09:00
parent 08bf4faeee
commit f93d1173e2
6 changed files with 145 additions and 4 deletions

View File

@@ -8,6 +8,14 @@ namespace BTCPayServer.Configuration
{
public class ExternalConnectionString
{
public ExternalConnectionString()
{
}
public ExternalConnectionString(Uri server)
{
Server = server;
}
public Uri Server { get; set; }
public byte[] Macaroon { get; set; }
public Macaroons Macaroons { get; set; }