We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Installation directory: /opt/coins/blockbook/flo
/opt/coins/blockbook/flo
Backend Data directory (flod - backend conf files and db files): /opt/coins/data/flo/backend
/opt/coins/data/flo/backend
Blockbook Data directory (RocksDB): /opt/coins/data/flo/blockbook/
/opt/coins/data/flo/blockbook/
File to edit static/templates/tx.html
static/templates/tx.html
Add a row in existing table with element id="flodata"
id="flodata"
<tr> <td>floData</td> <td id="flodata"></td> </tr>
Edit the following js script in the file
<script type="text/javascript"> var raw = {{$tx.CoinSpecificData}}; document.getElementById('raw').innerHTML = syntaxHighlight(raw); document.getElementById('flodata').innerHTML = raw.floData; </script>