@model WalletPSBTReadyViewModel @if (Model.CanCalculateBalance) {
This transaction will change your balance:
@Model.BalanceChange.CryptoAmount
@if (Model.BalanceChange.FiatAmount != null)
{
(@Model.BalanceChange.FiatAmount)
}
| Amount |
|---|
| @Model.ReplacementBalanceChange.BalanceChange.CryptoAmount |
| Index | Labels | Amount | |
|---|---|---|---|
| @input.Index |
}
else
{
@input.Index | }@if (input.Labels.Any()) { } | @input.BalanceChange.CryptoAmount |
| Destination | Labels | Amount |
|---|---|---|
| @destination.Destination | @if (destination.Labels.Any()) { } | @destination.Balance.CryptoAmount |
Transaction fee rate: @Model.FeeRate
}