@model WalletPSBTReadyViewModel @if (Model.CanCalculateBalance) {
This transaction will change your balance:
@Model.BalanceChange
Index | Labels | Amount | |
---|---|---|---|
@input.Index | } else {@input.Index | }
@foreach (var label in input.Labels)
{
@label.Key
}
|
@input.BalanceChange |
Destination | Labels | Amount |
---|---|---|
@destination.Destination |
@foreach (var label in destination.Labels)
{
@label.Key
}
|
@destination.Balance |
Transaction fee rate: @Model.FeeRate
}