2024-05-09 08:56:59 -07:00
|
|
|
<html>
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<title>Neptune Block Explorer: Utxo {{self.index}}</title>
|
2024-05-10 14:20:43 -07:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/pico.min.css" media="screen" />
|
2024-05-09 08:56:59 -07:00
|
|
|
<link rel="stylesheet" type="text/css" href="/css/styles.css" media="screen" />
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
{{Trusted(self.header.to_string())}}
|
|
|
|
|
|
2024-05-10 14:20:43 -07:00
|
|
|
<main class="container">
|
|
|
|
|
|
|
|
|
|
<article>
|
|
|
|
|
<summary>Utxo Information</summary>
|
|
|
|
|
<table class="striped">
|
2024-05-09 08:56:59 -07:00
|
|
|
<tr>
|
|
|
|
|
<td>Index</td>
|
|
|
|
|
<td>{{self.index}}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Digest</td>
|
|
|
|
|
<td>{{self.digest.to_hex()}}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
2024-05-10 14:20:43 -07:00
|
|
|
</article>
|
2024-05-09 08:56:59 -07:00
|
|
|
|
2024-05-10 14:20:43 -07:00
|
|
|
<article>
|
2024-05-09 08:56:59 -07:00
|
|
|
<p>
|
|
|
|
|
<a href="/">Home</a>
|
|
|
|
|
| <a href='/block/genesis'>Genesis</a>
|
|
|
|
|
| <a href='/block/tip'>Tip</a>
|
|
|
|
|
</p>
|
2024-05-10 14:20:43 -07:00
|
|
|
</article>
|
2024-05-09 08:56:59 -07:00
|
|
|
|
2024-05-10 14:20:43 -07:00
|
|
|
</main>
|
2024-05-09 08:56:59 -07:00
|
|
|
</body>
|
|
|
|
|
</html>
|