@model BTCPayServer.Plugins.LiquidPlus.Controllers.StoreLiquidController.GenerateLiquidImportScripts @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData["NavPartialName"] = "../UIStores/_Nav"; ViewBag.MainTitle = "Store settings"; ViewData["title"] = "Liquid Import"; }

Liquid import

Generates commands to import your received liquid funds into an elements node

@if (Model.Wallets.Any()) {
}