{% from "macros.html" import make_short %}
| 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}} |