Raw Transaction Hex |
{{ raw_tx }}
|
Locktime | {{ tx.lock_time|to_i128|render_integer|safe }} |
Version |
{{ tx.version }}
|
{% extends "base.html" %} {% import "components/input.html" as input %} {% import "components/output.html" as output %} {% import "components/token_info_table.html" as token_info_table %} {% block body_classes %}overflow-y-scroll{% endblock %} {% block content %}
Transaction ID |
{{ tx_hex }}
Copy to clipboard
|
Token ID |
{% match token_hex %} {% when Some with (token_hex)
%}
{{ token_hex }}
Copy to clipboard
{% when None %} {% endmatch %}
|
Transaction ID |
{{ tx_hex }}
Copy to clipboard
|