mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
11 lines
287 B
C#
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; }
|
|
}
|
|
} |