btcpayserver-docker/docker-compose-generator/src/CryptoDefinition.cs
2020-01-21 18:17:38 +09:00

11 lines
287 B
C#

namespace DockerGenerator
{
public class CryptoDefinition
{
public string Crypto { get; set; }
public string CryptoFragment { get; set; }
public string CLightningFragment { get; set; }
public string LNDFragment { get; set; }
public string EclairFragment { get; set; }
}
}