using System.Collections.Generic; using BTCPayServer.Lightning; namespace BTCPayServer.Configuration { public class LightningNetworkOptions { public Dictionary InternalLightningByCryptoCode { get; set; } = new Dictionary(); } }