|
|
|
@ -16,7 +16,7 @@
|
|
|
|
|
<header class="major">
|
|
|
|
|
<h2>Transaction {{ tx_hash | truncate(length=8) }}</h2>
|
|
|
|
|
<p class="subheader"><strong>Full Hash</strong>: {{ tx_hash }}</p>
|
|
|
|
|
<p class="subheader"><strong>Block Timestamp</strong>: {% if tx_info.0.block_timestamp %}{{ tx_info.0.block_timestamp | date(format="%Y-%m-%d %H:%M") }}{% else %}?{% endif %}</p>
|
|
|
|
|
<p class="subheader"><strong>Block Timestamp</strong>: {% if tx_info.0.block_timestamp %}{{ tx_info.0.block_timestamp | date(format="%Y-%m-%d %H:%M") }} UTC{% else %}?{% endif %}</p>
|
|
|
|
|
</header>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-4 col-6-medium col-12-small">
|
|
|
|
|