@using Microsoft.AspNetCore.Mvc.ModelBinding @model WalletSendModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData["Title"] = "Manage wallet"; ViewData.SetActivePageAndTitle(WalletsNavPages.Send); }
Your current balance is @Model.CurrentBalance @Model.CryptoCode.
The recommended value is @Model.RecommendedSatoshiPerByte satoshi per byte.