mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-27 07:05:51 +00:00
rm reference to pre-refactor escrow code sample
This commit is contained in:
@@ -106,16 +106,14 @@ Response:
|
|||||||
{% code-snippet file="/_api-examples/escrow/websocket/submit-response-escrowcreate-condition.json" language="json" /%}
|
{% code-snippet file="/_api-examples/escrow/websocket/submit-response-escrowcreate-condition.json" language="json" /%}
|
||||||
{% /tab %}
|
{% /tab %}
|
||||||
|
|
||||||
{% tab label="Javascript" %}
|
|
||||||
{% code-snippet file="/_code-samples/escrow/js/create-escrow.js" language="js" from="// Prepare EscrowCreate" before="await client.disconnect" /%}
|
|
||||||
{% /tab %}
|
|
||||||
|
|
||||||
{% tab label="Python" %}
|
{% tab label="Python" %}
|
||||||
{% code-snippet file="/_code-samples/escrow/py/create_escrow.py" language="py" from="# Build escrow create" /%}
|
{% code-snippet file="/_code-samples/escrow/py/create_escrow.py" language="py" from="# Build escrow create" /%}
|
||||||
{% /tab %}
|
{% /tab %}
|
||||||
|
|
||||||
{% /tabs %}
|
{% /tabs %}
|
||||||
|
|
||||||
|
<!-- TODO: re-add a working JS example. Removed the old one due to the sample code being refactored -->
|
||||||
|
|
||||||
## 4. Wait for validation
|
## 4. Wait for validation
|
||||||
|
|
||||||
{% raw-partial file="/docs/_snippets/wait-for-validation.md" /%}
|
{% raw-partial file="/docs/_snippets/wait-for-validation.md" /%}
|
||||||
|
|||||||
Reference in New Issue
Block a user