Files
xrpl-dev-portal/content/_snippets/interactive-tutorials/wait-step.md
mDuo13 ee8acbbd22 Migrate interactive tutorials (post realm v0.70)
Attempt migrating interactive tutorial again

Migrate interactive tutorial snippet syntax

Interactive tutorials: partially migrate send-xrp, no-freeze to new syntax

Fix Send XRP interactive tutorial

Interactive tutorials: fixes for Redocly incl. localization challenges

Interactive tutorials: switch defaultValue back to value in anticipation of Redocly bugfix

Fix document.ready→window.onRouteChange, cyclers, etc. in interactive
tutorials.
2024-01-31 16:10:32 -08:00

24 lines
697 B
Markdown

{% interactive-block label=default($label, "Wait") steps=$frontmatter.steps %}
<table class="wait-step" data-explorerurl="https://testnet.xrpl.org"><tbody>
<tr>
<th>Transaction ID:</th>
<td class="waiting-for-tx">(None)</td>
<tr>
<th>Latest Validated Ledger Index:</th>
<td class="validated-ledger-version">(Not connected)</td>
</tr>
<tr>
<th>Ledger Index at Time of Submission:</th>
<td class="earliest-ledger-version">(Not submitted)</td>
</tr>
<tr>
<th>Transaction <code>LastLedgerSequence</code>:</th>
<td class="lastledgersequence">(Not prepared)</td>
</tr>
<tr class="tx-validation-status">
</tr>
</tbody></table>
{% /interactive-block %}