Connect transaction hash to blockexplorer.
This commit is contained in:
parent
45d0ed62cc
commit
650ce61d36
@ -103,7 +103,22 @@
|
||||
<span>Index: {{ transaction.tx.txIndex }}</span>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span>Hash: {{ transaction.tx.txHash }}</span>
|
||||
<span>
|
||||
Hash:
|
||||
<a
|
||||
href="https://blockexplorer.bloxberg.org/tx/{{ transaction.tx.txHash }}"
|
||||
target="_blank"
|
||||
>
|
||||
{{ transaction.tx.txHash }}
|
||||
</a>
|
||||
<img
|
||||
src="assets/images/checklist.svg"
|
||||
class="ml-2"
|
||||
height="20rem"
|
||||
(click)="copyAddress(transaction.tx.txHash)"
|
||||
alt="Copy"
|
||||
/>
|
||||
</span>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span>Success: {{ transaction.tx.success }}</span>
|
||||
|
Loading…
Reference in New Issue
Block a user