mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Added query example transaction buttons.
This commit is contained in:
@@ -26,6 +26,7 @@ An AccountDelete transaction deletes an [account](accountroot.html) and any obje
|
|||||||
"Flags": 2147483648
|
"Flags": 2147483648
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_AccountDelete%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%221AF19BF9717DA0B05A3BFC5007873E7743BA54C0311CCCCC60776AAEAC5C4635%22%2C%22binary%22%3Afalse%7D)
|
||||||
|
|
||||||
{% include '_snippets/tx-fields-intro.md' %}
|
{% include '_snippets/tx-fields-intro.md' %}
|
||||||
<!--{# fix md highlighting_ #}-->
|
<!--{# fix md highlighting_ #}-->
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ Create a Check object in the ledger, which is a deferred payment that can be cas
|
|||||||
"Fee": "12"
|
"Fee": "12"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_CheckCreate%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%224E0AA11CBDD1760DE95B68DF2ABBE75C9698CEB548BEA9789053FCB3EBD444FB%22%2C%22binary%22%3Afalse%7D)
|
||||||
|
|
||||||
{% include '_snippets/tx-fields-intro.md' %}
|
{% include '_snippets/tx-fields-intro.md' %}
|
||||||
<!--{# fix md highlighting_ #}-->
|
<!--{# fix md highlighting_ #}-->
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ A DepositPreauth transaction gives another account pre-approval to deliver payme
|
|||||||
"Sequence" : 2
|
"Sequence" : 2
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_DepositPreauth%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22CB1BF910C93D050254C049E9003DA1A265C107E0C8DE4A7CFF55FADFD39D5656%22%2C%22binary%22%3Afalse%7D)
|
||||||
|
|
||||||
{% include '_snippets/tx-fields-intro.md' %}
|
{% include '_snippets/tx-fields-intro.md' %}
|
||||||
<!--{# fix md highlighting_ #}-->
|
<!--{# fix md highlighting_ #}-->
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ Return escrowed XRP to the sender.
|
|||||||
"OfferSequence": 7,
|
"OfferSequence": 7,
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_EscrowCancel%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22B24B9D7843F99AED7FB8A3929151D0CCF656459AE40178B77C9D44CED64E839B%22%2C%22binary%22%3Afalse%7D)
|
||||||
|
|
||||||
{% include '_snippets/tx-fields-intro.md' %}
|
{% include '_snippets/tx-fields-intro.md' %}
|
||||||
<!--{# fix md highlighting_ #}-->
|
<!--{# fix md highlighting_ #}-->
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ Sequester XRP until the escrow process either finishes or is canceled.
|
|||||||
"SourceTag": 11747
|
"SourceTag": 11747
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_EscrowCreate%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22529C16436FFF89C1989A8D7B5182278BC6D8E5C93F4D0D052F9E39E27A222BB1%22%2C%22binary%22%3Afalse%7D)
|
||||||
|
|
||||||
{% include '_snippets/tx-fields-intro.md' %}
|
{% include '_snippets/tx-fields-intro.md' %}
|
||||||
<!--{# fix md highlighting_ #}-->
|
<!--{# fix md highlighting_ #}-->
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ Deliver XRP from a held payment to the recipient.
|
|||||||
"Fulfillment": "A0028000"
|
"Fulfillment": "A0028000"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_EscrowFinish%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22317081AF188CDD4DBE55C418F41A90EC3B959CDB3B76105E0CBE6B7A0F56C5F7%22%2C%22binary%22%3Afalse%7D)
|
||||||
|
|
||||||
{% include '_snippets/tx-fields-intro.md' %}
|
{% include '_snippets/tx-fields-intro.md' %}
|
||||||
<!--{# fix md highlighting_ #}-->
|
<!--{# fix md highlighting_ #}-->
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ An OfferCancel transaction removes an Offer object from the XRP Ledger.
|
|||||||
"Sequence": 7
|
"Sequence": 7
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_OfferCancel%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22E7697D162A606FCC138C5732BF0D2A4AED49386DC59235FC3E218650AAC19744%22%2C%22binary%22%3Afalse%7D)
|
||||||
|
|
||||||
{% include '_snippets/tx-fields-intro.md' %}
|
{% include '_snippets/tx-fields-intro.md' %}
|
||||||
|
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ An OfferCreate transaction places an [Offer](offers.html) in the [decentralized
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_OfferCreate%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%220CD69FD1F0A890CC57CDA430213FD294F7D65FF4A0F379A0D09D07A222D324E6%22%2C%22binary%22%3Afalse%7D)
|
||||||
|
|
||||||
{% include '_snippets/tx-fields-intro.md' %}
|
{% include '_snippets/tx-fields-intro.md' %}
|
||||||
<!--{# fix md highlighting_ #}-->
|
<!--{# fix md highlighting_ #}-->
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ Payments are also the only way to [create accounts](#creating-accounts).
|
|||||||
"Sequence": 2,
|
"Sequence": 2,
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_Payment%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%2228E1E08E9913E1B890E4A811C4EFC614361BFFA90BA64BF980CCD429B21057B7%22%2C%22binary%22%3Afalse%7D)
|
||||||
|
|
||||||
{% include '_snippets/tx-fields-intro.md' %}
|
{% include '_snippets/tx-fields-intro.md' %}
|
||||||
<!--{# fix md highlighting_ #}-->
|
<!--{# fix md highlighting_ #}-->
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ The **destination address** of a channel can:
|
|||||||
"PublicKey": "32D2471DB72B27E3310F355BB33E339BF26F8392D5A93D3BC0FC3B566612DA0F0A"
|
"PublicKey": "32D2471DB72B27E3310F355BB33E339BF26F8392D5A93D3BC0FC3B566612DA0F0A"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_PaymentChannelClaim%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%229C0CAAC3DD1A74461132DA4451F9E53BDF4C93DFDBEFCE1B10021EC569013B33%22%2C%22binary%22%3Afalse%7D)
|
||||||
|
|
||||||
<!--{# TODO: replace the above example with one where the channel, public key, signature, and balance match #}-->
|
<!--{# TODO: replace the above example with one where the channel, public key, signature, and balance match #}-->
|
||||||
|
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ Create a unidirectional channel and fund it with XRP. The address sending this t
|
|||||||
"SourceTag": 11747
|
"SourceTag": 11747
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_PaymentChannelCreate%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22711C4F606C63076137FAE90ADC36379D7066CF551E96DA6FE2BDAB5ECBFACF2B%22%2C%22binary%22%3Afalse%7D)
|
||||||
|
|
||||||
{% include '_snippets/tx-fields-intro.md' %}
|
{% include '_snippets/tx-fields-intro.md' %}
|
||||||
<!--{# fix md highlighting_ #}-->
|
<!--{# fix md highlighting_ #}-->
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ You can protect your account by assigning a regular key pair to it and using it
|
|||||||
"RegularKey": "rAR8rR8sUkBoCZFawhkWzY4Y5YoyuznwD"
|
"RegularKey": "rAR8rR8sUkBoCZFawhkWzY4Y5YoyuznwD"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_SetRegularKey%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%226AA6F6EAAAB56E65F7F738A9A2A8A7525439D65BA990E9BA08F6F4B1C2D349B4%22%2C%22binary%22%3Afalse%7D)
|
||||||
|
|
||||||
{% include '_snippets/tx-fields-intro.md' %}
|
{% include '_snippets/tx-fields-intro.md' %}
|
||||||
<!--{# fix md highlighting_ #}-->
|
<!--{# fix md highlighting_ #}-->
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ The SignerListSet transaction creates, replaces, or removes a list of signers th
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_SignerListSet%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%2209A9C86BF20695735AB03620EB1C32606635AC3DA0B70282F37C674FC889EFE7%22%2C%22binary%22%3Afalse%7D)
|
||||||
|
|
||||||
{% include '_snippets/tx-fields-intro.md' %}
|
{% include '_snippets/tx-fields-intro.md' %}
|
||||||
<!--{# fix md highlighting_ #}-->
|
<!--{# fix md highlighting_ #}-->
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ Create or modify a trust line linking two accounts.
|
|||||||
"Sequence": 12
|
"Sequence": 12
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_TrustSet%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%228566673ECD0A9731C516906E5D2F47129C5C13713602140733831A56CEAE1A05%22%2C%22binary%22%3Afalse%7D)
|
||||||
|
|
||||||
{% include '_snippets/tx-fields-intro.md' %}
|
{% include '_snippets/tx-fields-intro.md' %}
|
||||||
<!--{# fix md highlighting_ #}-->
|
<!--{# fix md highlighting_ #}-->
|
||||||
|
|||||||
Reference in New Issue
Block a user