@model WalletSendModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData["Title"] = "Manage wallet"; ViewData.SetActivePageAndTitle(WalletsNavPages.Send); }

@ViewData["Title"]

Send funds to a destination address.

Your current balance is @Model.CurrentBalance @Model.CryptoCode.

The recommended value is @Model.RecommendedSatoshiPerByte satoshi per byte.

@section Scripts { }