|
|
@ -17,7 +17,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<h3>The search term matches key image found in the following transaction</h3>
|
|
|
|
<h3>The search term matches key image found in the following transaction</h3>
|
|
|
|
|
|
|
|
|
|
|
|
<table class="center" style="width:80%">
|
|
|
|
<table class="center" style="width:90%">
|
|
|
|
{{>tx_table_head}}
|
|
|
|
{{>tx_table_head}}
|
|
|
|
{{#key_images}}
|
|
|
|
{{#key_images}}
|
|
|
|
{{>tx_table_row}}
|
|
|
|
{{>tx_table_row}}
|
|
|
@ -34,7 +34,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<h3>The search term matches tx public key of the following transaction</h3>
|
|
|
|
<h3>The search term matches tx public key of the following transaction</h3>
|
|
|
|
|
|
|
|
|
|
|
|
<table class="center" style="width:80%">
|
|
|
|
<table class="center" style="width:90%">
|
|
|
|
{{>tx_table_head}}
|
|
|
|
{{>tx_table_head}}
|
|
|
|
{{#tx_public_keys}}
|
|
|
|
{{#tx_public_keys}}
|
|
|
|
{{>tx_table_row}}
|
|
|
|
{{>tx_table_row}}
|
|
|
@ -51,7 +51,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<h3>The search term matches payment id found in the following transaction(s)</h3>
|
|
|
|
<h3>The search term matches payment id found in the following transaction(s)</h3>
|
|
|
|
|
|
|
|
|
|
|
|
<table class="center" style="width:80%">
|
|
|
|
<table class="center" style="width:90%">
|
|
|
|
{{>tx_table_head}}
|
|
|
|
{{>tx_table_head}}
|
|
|
|
{{#payments_id}}
|
|
|
|
{{#payments_id}}
|
|
|
|
{{>tx_table_row}}
|
|
|
|
{{>tx_table_row}}
|
|
|
@ -66,7 +66,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<h3>The search term matches encrypted payment id found in the following transaction(s)</h3>
|
|
|
|
<h3>The search term matches encrypted payment id found in the following transaction(s)</h3>
|
|
|
|
|
|
|
|
|
|
|
|
<table class="center" style="width:80%">
|
|
|
|
<table class="center" style="width:90%">
|
|
|
|
{{>tx_table_head}}
|
|
|
|
{{>tx_table_head}}
|
|
|
|
{{#encrypted_payments_id}}
|
|
|
|
{{#encrypted_payments_id}}
|
|
|
|
{{>tx_table_row}}
|
|
|
|
{{>tx_table_row}}
|
|
|
@ -83,7 +83,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<h3>The search term matches output public key found in the following transaction(s)</h3>
|
|
|
|
<h3>The search term matches output public key found in the following transaction(s)</h3>
|
|
|
|
|
|
|
|
|
|
|
|
<table class="center" style="width:80%">
|
|
|
|
<table class="center" style="width:90%">
|
|
|
|
{{>tx_table_head}}
|
|
|
|
{{>tx_table_head}}
|
|
|
|
{{#output_public_keys}}
|
|
|
|
{{#output_public_keys}}
|
|
|
|
{{>tx_table_row}}
|
|
|
|
{{>tx_table_row}}
|
|
|
|