{% from "macros.html" import make_short %}

Transaction

{% if transaction.block_id %} {%endif%} {% if transaction.fee %} {%endif%} {% for sender in transaction.senders-%} {%- endfor %} {% for i in transaction.inp-%} {%- endfor %} {% for target in transaction.targets-%} {%- endfor %}
Hash {{make_short(transaction.hash,"transaction")}}
Block ID {{transaction.block_id}}
Block hash {{make_short(transaction.block_hash,"block")}}
Number of confirmations {{transaction.number_confirmations}}
Transaction Fee {{transaction.fee}}
Timestamp {{transaction.timestamp}}
Sender
{{ make_short(sender,'address') }}
Input Transaction Transaction Signature
{{make_short(i.input.transaction_hash,"transaction")}} {{make_short(i.signature)}}
Recipient Address Amount
{{make_short(target.recipient_pk,"address")}} {{target.amount}}