{% include 'header.html' %} {% from 'style.html' import select_box_arrow_svg, select_box_class, circular_arrows_svg, circular_error_svg, circular_info_svg, cross_close_svg, breadcrumb_line_svg, withdraw_svg, utxo_groups_svg, create_utxo_svg, red_cross_close_svg, blue_cross_close_svg, circular_update_messages_svg, circular_error_messages_svg %}
dots-red wave

{{ w.name }}({{ w.ticker }}) {{ w.name }} Wallet

{% include 'inc_messages.html' %} {% if w.updating %} {% endif %} {% if w.havedata %} {% if w.error %} {% else %}
{% if w.cid == '1' %} {# PART #} {% endif %} {# / PART #} {% if w.cid == '3' %} {# LTC #} {% endif %} {# / LTC #} {% if w.locked_utxos %} {% endif %} {# / locked_utxos #} {% if w.bootstrapping %} {% endif %} {# / bootstrapping #} {% if w.encrypted %} {% endif %} {# / encrypted #} {% if block_unknown_seeds and w.expected_seed != true %} {# Only show addresses if wallet seed is correct #}
Wallet
Details
{{ w.name }} Balance: {{ w.balance }} {{ w.ticker }} () {% if w.pending %} Pending: +{{ w.pending }} {{ w.ticker }} {% endif %}
{{ w.name }} Blind Blind Balance: {{ w.blind_balance }} {{ w.ticker }} () {% if w.blind_unconfirmed %} Unconfirmed: +{{ w.blind_unconfirmed }} {{ w.ticker }} {% endif %}
{{ w.name }} Anon Anon Balance: {{ w.anon_balance }} {{ w.ticker }} () {% if w.anon_pending %} Pending: +{{ w.anon_pending }} {{ w.ticker }} {% endif %}
{{ w.name }} MWEB MWEB Balance: {{ w.mweb_balance }} {{ w.ticker }} () {% if w.mweb_pending %} Pending: +{{ w.mweb_pending }} {{ w.ticker }} {% endif %}
Locked Outputs: {{ w.locked_utxos }}
Last updated: {{ w.lastupdated }}
{{ w.name }} Version: {{ w.version }}
Blocks: {{ w.blocks }} {% if w.known_block_count %} / {{ w.known_block_count }} {% endif %}
Synced: {{ w.synced }}
Bootstrapping: {{ w.bootstrapping }}
Locked: {{ w.locked }}
Expected Seed: {{ w.expected_seed }}
{% if w.cid != '4' %} {# DCR #}
{% endif %}
{% else %}

Deposit

{% if w.cid == '1' %} {# PART #}
{{ w.name }} Stealth Address:
{{ w.stealth_address }}
{% endif %} {# / PART #} {% if w.cid == '6' %} {# XMR #}
{{ w.name }} Main Address:
{{ w.main_address }}
{{ w.name }} Sub Address:
{{ w.deposit_address }}
{% else %}
{{ w.name }} Deposit Address:
{{ w.deposit_address }}
{% endif %} {% if w.cid == '3' %} {# LTC #}
{{ w.name }} MWEB Address:
{{ w.mweb_address }}
{% endif %} {# / LTC #}
{% if w.cid == '1' %} {# PART #} {% endif %} {% if w.cid == '3' %} {# LTC #} {% endif %} {% if w.cid == '6' %} {# XMR #} {% else %} {% endif %}

Withdraw

{% if w.cid == '3' %} {# LTC #} {% endif %} {% if w.cid == '1' %} {# PART #} {% endif %} {% if w.cid == '6' %} {# XMR #} {% else %} {% endif %} {% if w.cid == '1' %} {# PART #} {% endif %} {# / PART #} {% if w.cid == '3' %} {# LTC #} {% endif %} {# / LTC #}
Options
Input
{{ w.name }} {{ w.name }} Balance: {{ w.balance }} {{ w.ticker }}
{{ w.name }} {{ w.name }} MWEB Balance: {{ w.mweb_balance }} {{ w.ticker }}
{{ w.name }} {{ w.name }} Blind Balance: {{ w.blind_balance }} {{ w.ticker }}
{{ w.name }} {{ w.name }} Anon Balance: {{ w.anon_balance }} {{ w.ticker }}
{{ w.name }} Address:
{{ w.name }} Amount:
{% if w.cid == '1' %} {# PART #} {# / PART #} {% elif w.cid == '3' %} {# LTC #} {# / LTC #} {% else %} {% endif %}
Sweep All: Subtract Fee:
Type From:
{{ select_box_arrow_svg | safe }}
Type To:
{{ select_box_arrow_svg }}
Type From:
{{ select_box_arrow_svg }}
Fee Rate: {{ w.fee_rate }}
Estimate Fee: {{ w.est_fee }}
{% if w.cid != '6' %} {# !XMR #} {% if w.show_utxo_groups %} {% else %}
{% endif %} {% endif %} {% if w.cid == '6' %} {# XMR #}
{% endif %} {# / XMR #}
{% if w.cid != '6' %} {# !XMR #} {% if w.show_utxo_groups %}

UTXO Groups

Options
UTXO Groups:
{% else %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% include 'footer.html' %}