{{html_escaper::Trusted(include_str!( concat!(env!("CARGO_MANIFEST_DIR"), "/templates/web/html/components/head.html")))}} {{Trusted(self.header.to_string())}}
UTXO = Unspent Transaction Output. It represents an output of transaction A which can also be an input to transaction B. UTXO Information
AOCL Leaf Index {{self.index}}
Addition Record {{self.digest.to_hex()}}
{% if let Some(utxo_info) = &self.transparent_utxo_info { %}
UTXOs consumed or produced by a transparent transaction disclose the information they otherwise hide. Transparent UTXO Information {% if let Some(receiver_preimage) = utxo_info.receiver_preimage() { %} {% } %} {% if utxo_info.utxo().has_native_currency() { %} {% } %} {% if let Some(release_date) = utxo_info.utxo().release_date() { %} {% } %} {% if let Some(confirmed_in) = utxo_info.confirmed_in_block() { %} {% } %} {% if !utxo_info.spent_in_block().is_empty() { %} {% if utxo_info.spent_in_block().len() == 1 { %} {% } else { %} {% } %} {% } %}
UTXO Digest: {{Tip5::hash(&utxo_info.utxo()).to_hex()}}
Sender Randomness: {{utxo_info.sender_randomness().to_hex()}}
Receiver Digest {{utxo_info.receiver_digest().to_hex()}}
Receiver Preimage {{receiver_preimage.to_hex()}}
Amount: {{utxo_info.utxo().get_native_currency_amount().display_n_decimals(5)}} NPT
Time-Locked Until {{release_date.standard_format()}}
Confirmed in Block: {{confirmed_in.to_hex()}}
Spent in Block:Spent in Blocks: {% for b in utxo_info.spent_in_block() { %} {{b.to_hex()}} {% } %}
{% } %}

Home | Genesis | Tip