{% extends "base.html" %} {% block main %} {% include "includes/hwi.html" %}

{{wallet.name}}

{% set active_menuitem = "send" %} {% include "includes/wallet_menu.html" %}
New Pending

Sending to:

Recipient address:
  Scan

Address label (optional):


Amount:
  • You need to select more coins to match your amount!
  • You cannot send more than [[wallet_availablebalance]] !
[[Number.parseFloat(amount / (unit == "sat" ? 100000000 : 0.000000001)).toFixed((unit == "sat" ? 8 : 0))]] [[(unit == "sat" ? "BTC" : "sats")]], Available: {{wallet.availablebalance | btcamount}}{% if wallet.locked_amount > 0 %};  Locked in pending transactions: {{wallet.locked_amount | btcamount}} {% endif %}


Fees:


Fee rate:


TxIDAddressAmount
[[ tx.txid ]] [[ tx.label != '' && tx.label != undefined ? tx.label : tx.address ]] [[ tx.amount ]]
{% endblock %} {% block scripts %} {% endblock %}