This commit is contained in:
Xavier Fiechter 2023-02-02 22:52:39 +01:00
parent a8592a73e7
commit 690132856d

View file

@ -120,7 +120,66 @@
</nav>
<main class="col-md-9 ms-sm-auto col-lg-10 px-md-4">
d
<div class="table-responsive" style="padding-top:1em" >
<table id="example" class="table table-striped table-sm">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">type</th>
<th scope="col">ref</th>
<th scope="col">label</th>
</tr>
</thead>
<tbody>
<tr>
<td>1,001</td>
<td>tx</td>
<td>f91d0a8a78462bc59398f2c5d7a84fcff491c26ba54c4833478b202796c8aafd</td>
<td>Transaction</td>
</tr>
<tr>
<td>1,001</td>
<td>addr</td>
<td>bc1q34aq5drpuwy3wgl9lhup9892qp6svr8ldzyy7c</td>
<td>Address</td>
</tr>
<tr>
<td>1,001</td>
<td>input</td>
<td>0283409659355b6d1cc3c32decd5d561abaac86c37a353b52895a5e6c196d6f448</td>
<td>placeholder</td>
</tr><tr>
<td>1,001</td>
<td>random</td>
<td>f91d0a8a78462bc59398f2c5d7a84fcff491c26ba54c4833478b202796c8aafd</td>
<td>placeholder</td>
</tr><tr>
<td>1,001</td>
<td>output</td>
<td>f91d0a8a78462bc59398f2c5d7a84fcff491c26ba54c4833478b202796c8aafd</td>
<td>placeholder</td>
</tr><tr>
<td>1,001</td>
<td>xpub</td>
<td>xpub661MyMwAqRbcFtXgS5sYJABqqG9YLmC4Q1Rdap9gSE8NqtwybGhePY2gZ29ESFjqJoCu1Rupje8YtGqsefD265TMg7usUDFdp6W1EGMcet8</td>
<td>Extended Public Key</td>
</tr>
</tbody>
</table>
</div>
</main>