@model BTCPayServer.Models.ServerViewModels.ServicesViewModel @{ ViewData.SetActivePageAndTitle(ServerNavPages.Services); }

@ViewData["Title"]

@if(Model.LNDServices.Count != 0) {
LND nodes
You can get access to internal LND services here. For gRPC, only BTC is supported.
@foreach(var lnd in Model.LNDServices) { }
Crypto Access Type Actions
@lnd.Crypto @lnd.Type See information
}
@section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") }