using System.Collections.Generic; namespace BTCPayServer.Configuration { public class NBXplorerOptions { public List NBXplorerConnectionSettings { get; set; } = new List(); public string ConnectionString { get; set; } } }