{% extends "start.html" %} {% set symbol = session["symbol"]|safe %} {% if not tx %} {% set tx = {} %} {% endif %} {% set type = tx.get("type", -1) %} {% block content %}
Send {{ symbol }}{{ tx["amount"]|float / 100000000 }} {%- if tx["vendorField"] -%} 🔗{{ tx["vendorField"] }} {% endif %}
to
{{ tx["recipientId"] }}
cost
{{ symbol }}{{ tx["fee"]|float / 100000000 }}
Add second signature
cost
{{ symbol }}{{ tx["fee"]|float / 100000000 }}
Register as delegate{{ tx["asset"]["delegate"]["username"]}}
cost
{{ symbol }}{{ tx["fee"]|float / 100000000 }}
{{ key }} | {{ value }} |