@using NBitcoin.DataEncoders @using NBitcoin @using BTCPayServer.Abstractions.TagHelpers @model BTCPayServer.Components.LabelManager.LabelViewModel @inject Microsoft.AspNetCore.Antiforgery.IAntiforgery Antiforgery @{ var commonCall = Model.ObjectId.Type + Model.ObjectId.Id; var elementId = "a" + Encoders.Base58.EncodeData(RandomUtils.GetBytes(16)); }