From 916a792d0019749f330fdcb288221a45491b6863 Mon Sep 17 00:00:00 2001 From: Oliver Eggert Date: Fri, 18 Nov 2022 20:30:37 -0800 Subject: [PATCH 1/7] Add sample query for AccountSet transactions. --- .../transactions/transaction-types/accountset.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/references/protocol-reference/transactions/transaction-types/accountset.md b/content/references/protocol-reference/transactions/transaction-types/accountset.md index c2f96d7e1c..76e376f9ac 100644 --- a/content/references/protocol-reference/transactions/transaction-types/accountset.md +++ b/content/references/protocol-reference/transactions/transaction-types/accountset.md @@ -24,6 +24,7 @@ An AccountSet transaction modifies the properties of an [account in the XRP Ledg "MessageKey": "03AB40A0490F9B7ED8DF29D246BF2D6269820A0EE7742ACDD457BEA7C7D0931EDB" } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_AccountSet%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22327FD263132A4D08170E1B01FE1BB2E21D0126CE58165C97A9173CA9551BCD70%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} From b7e46c8f119188d60df9052e14aabcd0ec2cff3d Mon Sep 17 00:00:00 2001 From: Oliver Eggert Date: Fri, 18 Nov 2022 20:59:32 -0800 Subject: [PATCH 2/7] Added query example transaction buttons. --- .../transactions/transaction-types/accountdelete.md | 1 + .../transactions/transaction-types/checkcreate.md | 1 + .../transactions/transaction-types/depositpreauth.md | 1 + .../transactions/transaction-types/escrowcancel.md | 1 + .../transactions/transaction-types/escrowcreate.md | 1 + .../transactions/transaction-types/escrowfinish.md | 1 + .../transactions/transaction-types/offercancel.md | 1 + .../transactions/transaction-types/offercreate.md | 1 + .../protocol-reference/transactions/transaction-types/payment.md | 1 + .../transactions/transaction-types/paymentchannelclaim.md | 1 + .../transactions/transaction-types/paymentchannelcreate.md | 1 + .../transactions/transaction-types/setregularkey.md | 1 + .../transactions/transaction-types/signerlistset.md | 1 + .../transactions/transaction-types/trustset.md | 1 + 14 files changed, 14 insertions(+) diff --git a/content/references/protocol-reference/transactions/transaction-types/accountdelete.md b/content/references/protocol-reference/transactions/transaction-types/accountdelete.md index 668dadb797..61508fb263 100644 --- a/content/references/protocol-reference/transactions/transaction-types/accountdelete.md +++ b/content/references/protocol-reference/transactions/transaction-types/accountdelete.md @@ -26,6 +26,7 @@ An AccountDelete transaction deletes an [account](accountroot.html) and any obje "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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/checkcreate.md b/content/references/protocol-reference/transactions/transaction-types/checkcreate.md index 4c40088b57..3c342f48f8 100644 --- a/content/references/protocol-reference/transactions/transaction-types/checkcreate.md +++ b/content/references/protocol-reference/transactions/transaction-types/checkcreate.md @@ -26,6 +26,7 @@ Create a Check object in the ledger, which is a deferred payment that can be cas "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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/depositpreauth.md b/content/references/protocol-reference/transactions/transaction-types/depositpreauth.md index 4ac64c23b9..2e6c2ddd13 100644 --- a/content/references/protocol-reference/transactions/transaction-types/depositpreauth.md +++ b/content/references/protocol-reference/transactions/transaction-types/depositpreauth.md @@ -26,6 +26,7 @@ A DepositPreauth transaction gives another account pre-approval to deliver payme "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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/escrowcancel.md b/content/references/protocol-reference/transactions/transaction-types/escrowcancel.md index 9f56542b5a..bf6617ae15 100644 --- a/content/references/protocol-reference/transactions/transaction-types/escrowcancel.md +++ b/content/references/protocol-reference/transactions/transaction-types/escrowcancel.md @@ -23,6 +23,7 @@ Return escrowed XRP to the sender. "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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/escrowcreate.md b/content/references/protocol-reference/transactions/transaction-types/escrowcreate.md index 57b6d4c97c..54053f703d 100644 --- a/content/references/protocol-reference/transactions/transaction-types/escrowcreate.md +++ b/content/references/protocol-reference/transactions/transaction-types/escrowcreate.md @@ -28,6 +28,7 @@ Sequester XRP until the escrow process either finishes or is canceled. "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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/escrowfinish.md b/content/references/protocol-reference/transactions/transaction-types/escrowfinish.md index 35c188bd8d..d4cf891311 100644 --- a/content/references/protocol-reference/transactions/transaction-types/escrowfinish.md +++ b/content/references/protocol-reference/transactions/transaction-types/escrowfinish.md @@ -25,6 +25,7 @@ Deliver XRP from a held payment to the recipient. "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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/offercancel.md b/content/references/protocol-reference/transactions/transaction-types/offercancel.md index 4a8eb047c0..eb49c6914f 100644 --- a/content/references/protocol-reference/transactions/transaction-types/offercancel.md +++ b/content/references/protocol-reference/transactions/transaction-types/offercancel.md @@ -24,6 +24,7 @@ An OfferCancel transaction removes an Offer object from the XRP Ledger. "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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/offercreate.md b/content/references/protocol-reference/transactions/transaction-types/offercreate.md index a4d162543c..9172337732 100644 --- a/content/references/protocol-reference/transactions/transaction-types/offercreate.md +++ b/content/references/protocol-reference/transactions/transaction-types/offercreate.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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/payment.md b/content/references/protocol-reference/transactions/transaction-types/payment.md index 4d7082a23b..85eb5b2d28 100644 --- a/content/references/protocol-reference/transactions/transaction-types/payment.md +++ b/content/references/protocol-reference/transactions/transaction-types/payment.md @@ -32,6 +32,7 @@ Payments are also the only way to [create accounts](#creating-accounts). "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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md b/content/references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md index 3f0a8e6ce8..d0dc5b3091 100644 --- a/content/references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md +++ b/content/references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md @@ -39,6 +39,7 @@ The **destination address** of a channel can: "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) diff --git a/content/references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md b/content/references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md index dc6d804674..0d56cd60b2 100644 --- a/content/references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md +++ b/content/references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md @@ -27,6 +27,7 @@ Create a unidirectional channel and fund it with XRP. The address sending this t "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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/setregularkey.md b/content/references/protocol-reference/transactions/transaction-types/setregularkey.md index ca0d7d155e..2e6339d2cd 100644 --- a/content/references/protocol-reference/transactions/transaction-types/setregularkey.md +++ b/content/references/protocol-reference/transactions/transaction-types/setregularkey.md @@ -24,6 +24,7 @@ You can protect your account by assigning a regular key pair to it and using it "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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/signerlistset.md b/content/references/protocol-reference/transactions/transaction-types/signerlistset.md index d8701ad8f1..e7e7db62cb 100644 --- a/content/references/protocol-reference/transactions/transaction-types/signerlistset.md +++ b/content/references/protocol-reference/transactions/transaction-types/signerlistset.md @@ -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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/trustset.md b/content/references/protocol-reference/transactions/transaction-types/trustset.md index 7c03cf62c5..6c2f540870 100644 --- a/content/references/protocol-reference/transactions/transaction-types/trustset.md +++ b/content/references/protocol-reference/transactions/transaction-types/trustset.md @@ -28,6 +28,7 @@ Create or modify a trust line linking two accounts. "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' %} From 4949f99075c00637413e3b9e5dc80c1b2666d9dd Mon Sep 17 00:00:00 2001 From: Oliver Eggert Date: Mon, 21 Nov 2022 18:42:14 -0800 Subject: [PATCH 3/7] Add remaining permalink examples for transaction types. --- .../transactions/transaction-types/checkcancel.md | 1 + .../transactions/transaction-types/checkcash.md | 1 + .../transactions/transaction-types/nftokenacceptoffer.md | 2 +- .../transactions/transaction-types/nftokenburn.md | 1 + .../transactions/transaction-types/nftokencanceloffer.md | 1 + .../transactions/transaction-types/nftokencreateoffer.md | 2 +- .../transactions/transaction-types/nftokenmint.md | 2 +- .../transactions/transaction-types/paymentchannelfund.md | 1 + .../transactions/transaction-types/ticketcreate.md | 1 + 9 files changed, 9 insertions(+), 3 deletions(-) diff --git a/content/references/protocol-reference/transactions/transaction-types/checkcancel.md b/content/references/protocol-reference/transactions/transaction-types/checkcancel.md index 1140f09dae..7bd022c83b 100644 --- a/content/references/protocol-reference/transactions/transaction-types/checkcancel.md +++ b/content/references/protocol-reference/transactions/transaction-types/checkcancel.md @@ -22,6 +22,7 @@ Cancels an unredeemed Check, removing it from the ledger without sending any mon "Fee": "12" } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_CheckCancel%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22D3328000315C6DCEC1426E4E549288E3672752385D86A40D56856DBD10382953%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/checkcash.md b/content/references/protocol-reference/transactions/transaction-types/checkcash.md index fd5750abd0..f12dba9bc4 100644 --- a/content/references/protocol-reference/transactions/transaction-types/checkcash.md +++ b/content/references/protocol-reference/transactions/transaction-types/checkcash.md @@ -25,6 +25,7 @@ Since the funds for a check are not guaranteed, redeeming a Check can fail becau "Fee": "12" } ``` +[Query example transaction. >] (https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_CheckCash%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%2267B71B13601CDA5402920691841AC27A156463678E106FABD45357175F9FF406%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md b/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md index b606e35990..69c7dbda1a 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md @@ -34,7 +34,7 @@ _(Added by the [NonFungibleTokensV1_1 amendment][].)_ "TransactionType": "NFTokenAcceptOffer" } ``` - +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenAcceptOffer%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22BEB64444C36D1072820BAED317BE2E6470AFDAD9D8FB2D16A15A4D46E5A71909%22%2C%22binary%22%3Afalse%7D) ## Brokered vs. Direct Mode diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md b/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md index ab62a9ab36..aa928f06e8 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md @@ -28,6 +28,7 @@ _(Added by the [NonFungibleTokensV1_1 amendment][].)_ "NFTokenID": "000B013A95F14B0044F78A264E41713C64B5F89242540EE208C3098E00000D65" } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenBurn%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%227B9EFDFDC801C58F2B61B89AA2751634F49CE2A93923671FF0F4F099C7EE17FF%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md b/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md index f28deb772a..42fdd41eeb 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md @@ -23,6 +23,7 @@ _(Added by the [NonFungibleTokensV1_1 amendment][].)_ ] } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenCancelOffer%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%229FF6366C19F762AE3479DC01390CDE17F1055EFF0C52A28B8ACF0CC11AEF0CC5%22%2C%22binary%22%3Afalse%7D) ## Permissions diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md b/content/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md index 50479eeb05..537f1925b7 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md @@ -25,7 +25,7 @@ _(Added by the [NonFungibleTokensV1_1 amendment][].)_ "Flags": 1 } ``` - +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenCreateOffer%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22780C44B2EDFF8FC4152B3F7E98D4C435C13DF9BB5498E4BB2D019FCC7EF45BC6%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokenmint.md b/content/references/protocol-reference/transactions/transaction-types/nftokenmint.md index 6181761e39..05140f1d44 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokenmint.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokenmint.md @@ -36,7 +36,7 @@ _(Added by the [NonFungibleTokensV1_1 amendment][].)_ ] } ``` - +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenMint%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22B42C7A0C9C3061463C619999942D0F25E4AE5FB051EA0D7A4EE1A924DB6DFEE8%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/paymentchannelfund.md b/content/references/protocol-reference/transactions/transaction-types/paymentchannelfund.md index df29948abd..bd52d378a3 100644 --- a/content/references/protocol-reference/transactions/transaction-types/paymentchannelfund.md +++ b/content/references/protocol-reference/transactions/transaction-types/paymentchannelfund.md @@ -23,6 +23,7 @@ Example PaymentChannelFund: "Expiration": 543171558 } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_PaymentChannelFund%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22877FA6E2FF8E08597D1F24E30BE8E52D0C9C06F0D620C5721E55622B6A632DFF%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/ticketcreate.md b/content/references/protocol-reference/transactions/transaction-types/ticketcreate.md index 9cf88b1a43..d5d6c12208 100644 --- a/content/references/protocol-reference/transactions/transaction-types/ticketcreate.md +++ b/content/references/protocol-reference/transactions/transaction-types/ticketcreate.md @@ -24,6 +24,7 @@ A TicketCreate transaction sets aside one or more [sequence numbers][Sequence Nu "TicketCount": 10 } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_TicketCreate%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22738AEF36B48CA4A2D85C2B74910DC34DDBBCA4C83643F2DB84A58785ED5AD3E3%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} From 078bd39e7e0857d80b2f5019cca5a6eaea638ef2 Mon Sep 17 00:00:00 2001 From: Oliver Eggert Date: Mon, 21 Nov 2022 18:50:54 -0800 Subject: [PATCH 4/7] Fix CheckCash link. --- .../transactions/transaction-types/checkcash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/references/protocol-reference/transactions/transaction-types/checkcash.md b/content/references/protocol-reference/transactions/transaction-types/checkcash.md index f12dba9bc4..cac075611d 100644 --- a/content/references/protocol-reference/transactions/transaction-types/checkcash.md +++ b/content/references/protocol-reference/transactions/transaction-types/checkcash.md @@ -25,7 +25,7 @@ Since the funds for a check are not guaranteed, redeeming a Check can fail becau "Fee": "12" } ``` -[Query example transaction. >] (https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_CheckCash%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%2267B71B13601CDA5402920691841AC27A156463678E106FABD45357175F9FF406%22%2C%22binary%22%3Afalse%7D) +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_CheckCash%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%2267B71B13601CDA5402920691841AC27A156463678E106FABD45357175F9FF406%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} From 6c141b50af819cd76c56cd30e7bb349fec23b468 Mon Sep 17 00:00:00 2001 From: Oliver Eggert Date: Wed, 23 Nov 2022 16:25:18 -0800 Subject: [PATCH 5/7] Change examples to relative links and add blank line before link. --- .../transactions/transaction-types/accountdelete.md | 3 ++- .../transactions/transaction-types/accountset.md | 3 ++- .../transactions/transaction-types/checkcancel.md | 3 ++- .../transactions/transaction-types/checkcash.md | 3 ++- .../transactions/transaction-types/checkcreate.md | 3 ++- .../transactions/transaction-types/depositpreauth.md | 3 ++- .../transactions/transaction-types/escrowcancel.md | 3 ++- .../transactions/transaction-types/escrowcreate.md | 3 ++- .../transactions/transaction-types/escrowfinish.md | 3 ++- .../transactions/transaction-types/nftokenacceptoffer.md | 3 ++- .../transactions/transaction-types/nftokenburn.md | 3 ++- .../transactions/transaction-types/nftokencanceloffer.md | 3 ++- .../transactions/transaction-types/nftokencreateoffer.md | 3 ++- .../transactions/transaction-types/nftokenmint.md | 3 ++- .../transactions/transaction-types/offercancel.md | 3 ++- .../transactions/transaction-types/offercreate.md | 3 ++- .../transactions/transaction-types/payment.md | 3 ++- .../transactions/transaction-types/paymentchannelclaim.md | 3 ++- .../transactions/transaction-types/paymentchannelcreate.md | 3 ++- .../transactions/transaction-types/paymentchannelfund.md | 3 ++- .../transactions/transaction-types/setregularkey.md | 3 ++- .../transactions/transaction-types/signerlistset.md | 3 ++- .../transactions/transaction-types/ticketcreate.md | 3 ++- .../transactions/transaction-types/trustset.md | 3 ++- 24 files changed, 48 insertions(+), 24 deletions(-) diff --git a/content/references/protocol-reference/transactions/transaction-types/accountdelete.md b/content/references/protocol-reference/transactions/transaction-types/accountdelete.md index 61508fb263..12f4820476 100644 --- a/content/references/protocol-reference/transactions/transaction-types/accountdelete.md +++ b/content/references/protocol-reference/transactions/transaction-types/accountdelete.md @@ -26,7 +26,8 @@ An AccountDelete transaction deletes an [account](accountroot.html) and any obje "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) + +[Query example transaction. >](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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/accountset.md b/content/references/protocol-reference/transactions/transaction-types/accountset.md index 76e376f9ac..0f3dc40e5f 100644 --- a/content/references/protocol-reference/transactions/transaction-types/accountset.md +++ b/content/references/protocol-reference/transactions/transaction-types/accountset.md @@ -24,7 +24,8 @@ An AccountSet transaction modifies the properties of an [account in the XRP Ledg "MessageKey": "03AB40A0490F9B7ED8DF29D246BF2D6269820A0EE7742ACDD457BEA7C7D0931EDB" } ``` -[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_AccountSet%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22327FD263132A4D08170E1B01FE1BB2E21D0126CE58165C97A9173CA9551BCD70%22%2C%22binary%22%3Afalse%7D) + +[Query example transaction. >](websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_AccountSet%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22327FD263132A4D08170E1B01FE1BB2E21D0126CE58165C97A9173CA9551BCD70%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/checkcancel.md b/content/references/protocol-reference/transactions/transaction-types/checkcancel.md index 7bd022c83b..fc2e0c4866 100644 --- a/content/references/protocol-reference/transactions/transaction-types/checkcancel.md +++ b/content/references/protocol-reference/transactions/transaction-types/checkcancel.md @@ -22,7 +22,8 @@ Cancels an unredeemed Check, removing it from the ledger without sending any mon "Fee": "12" } ``` -[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_CheckCancel%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22D3328000315C6DCEC1426E4E549288E3672752385D86A40D56856DBD10382953%22%2C%22binary%22%3Afalse%7D) + +[Query example transaction. >](websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_CheckCancel%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22D3328000315C6DCEC1426E4E549288E3672752385D86A40D56856DBD10382953%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/checkcash.md b/content/references/protocol-reference/transactions/transaction-types/checkcash.md index cac075611d..502854a4ba 100644 --- a/content/references/protocol-reference/transactions/transaction-types/checkcash.md +++ b/content/references/protocol-reference/transactions/transaction-types/checkcash.md @@ -25,7 +25,8 @@ Since the funds for a check are not guaranteed, redeeming a Check can fail becau "Fee": "12" } ``` -[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_CheckCash%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%2267B71B13601CDA5402920691841AC27A156463678E106FABD45357175F9FF406%22%2C%22binary%22%3Afalse%7D) + +[Query example transaction. >](websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_CheckCash%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%2267B71B13601CDA5402920691841AC27A156463678E106FABD45357175F9FF406%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/checkcreate.md b/content/references/protocol-reference/transactions/transaction-types/checkcreate.md index 3c342f48f8..adfc453516 100644 --- a/content/references/protocol-reference/transactions/transaction-types/checkcreate.md +++ b/content/references/protocol-reference/transactions/transaction-types/checkcreate.md @@ -26,7 +26,8 @@ Create a Check object in the ledger, which is a deferred payment that can be cas "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) + +[Query example transaction. >](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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/depositpreauth.md b/content/references/protocol-reference/transactions/transaction-types/depositpreauth.md index 2e6c2ddd13..4455b54399 100644 --- a/content/references/protocol-reference/transactions/transaction-types/depositpreauth.md +++ b/content/references/protocol-reference/transactions/transaction-types/depositpreauth.md @@ -26,7 +26,8 @@ A DepositPreauth transaction gives another account pre-approval to deliver payme "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) + +[Query example transaction. >](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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/escrowcancel.md b/content/references/protocol-reference/transactions/transaction-types/escrowcancel.md index bf6617ae15..798e35d3e7 100644 --- a/content/references/protocol-reference/transactions/transaction-types/escrowcancel.md +++ b/content/references/protocol-reference/transactions/transaction-types/escrowcancel.md @@ -23,7 +23,8 @@ Return escrowed XRP to the sender. "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) + +[Query example transaction. >](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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/escrowcreate.md b/content/references/protocol-reference/transactions/transaction-types/escrowcreate.md index 54053f703d..927c0e68ba 100644 --- a/content/references/protocol-reference/transactions/transaction-types/escrowcreate.md +++ b/content/references/protocol-reference/transactions/transaction-types/escrowcreate.md @@ -28,7 +28,8 @@ Sequester XRP until the escrow process either finishes or is canceled. "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) + +[Query example transaction. >](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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/escrowfinish.md b/content/references/protocol-reference/transactions/transaction-types/escrowfinish.md index d4cf891311..0f33df6f34 100644 --- a/content/references/protocol-reference/transactions/transaction-types/escrowfinish.md +++ b/content/references/protocol-reference/transactions/transaction-types/escrowfinish.md @@ -25,7 +25,8 @@ Deliver XRP from a held payment to the recipient. "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) + +[Query example transaction. >](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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md b/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md index 69c7dbda1a..c9e068b5d6 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md @@ -34,7 +34,8 @@ _(Added by the [NonFungibleTokensV1_1 amendment][].)_ "TransactionType": "NFTokenAcceptOffer" } ``` -[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenAcceptOffer%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22BEB64444C36D1072820BAED317BE2E6470AFDAD9D8FB2D16A15A4D46E5A71909%22%2C%22binary%22%3Afalse%7D) + +[Query example transaction. >](websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenAcceptOffer%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22BEB64444C36D1072820BAED317BE2E6470AFDAD9D8FB2D16A15A4D46E5A71909%22%2C%22binary%22%3Afalse%7D) ## Brokered vs. Direct Mode diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md b/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md index aa928f06e8..3b5284046d 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md @@ -28,7 +28,8 @@ _(Added by the [NonFungibleTokensV1_1 amendment][].)_ "NFTokenID": "000B013A95F14B0044F78A264E41713C64B5F89242540EE208C3098E00000D65" } ``` -[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenBurn%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%227B9EFDFDC801C58F2B61B89AA2751634F49CE2A93923671FF0F4F099C7EE17FF%22%2C%22binary%22%3Afalse%7D) + +[Query example transaction. >](websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenBurn%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%227B9EFDFDC801C58F2B61B89AA2751634F49CE2A93923671FF0F4F099C7EE17FF%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md b/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md index 42fdd41eeb..7f11c3415c 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md @@ -23,7 +23,8 @@ _(Added by the [NonFungibleTokensV1_1 amendment][].)_ ] } ``` -[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenCancelOffer%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%229FF6366C19F762AE3479DC01390CDE17F1055EFF0C52A28B8ACF0CC11AEF0CC5%22%2C%22binary%22%3Afalse%7D) + +[Query example transaction. >](websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenCancelOffer%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%229FF6366C19F762AE3479DC01390CDE17F1055EFF0C52A28B8ACF0CC11AEF0CC5%22%2C%22binary%22%3Afalse%7D) ## Permissions diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md b/content/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md index 537f1925b7..c92ea1e351 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md @@ -25,7 +25,8 @@ _(Added by the [NonFungibleTokensV1_1 amendment][].)_ "Flags": 1 } ``` -[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenCreateOffer%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22780C44B2EDFF8FC4152B3F7E98D4C435C13DF9BB5498E4BB2D019FCC7EF45BC6%22%2C%22binary%22%3Afalse%7D) + +[Query example transaction. >](websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenCreateOffer%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22780C44B2EDFF8FC4152B3F7E98D4C435C13DF9BB5498E4BB2D019FCC7EF45BC6%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokenmint.md b/content/references/protocol-reference/transactions/transaction-types/nftokenmint.md index 05140f1d44..334dcdfcc1 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokenmint.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokenmint.md @@ -36,7 +36,8 @@ _(Added by the [NonFungibleTokensV1_1 amendment][].)_ ] } ``` -[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenMint%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22B42C7A0C9C3061463C619999942D0F25E4AE5FB051EA0D7A4EE1A924DB6DFEE8%22%2C%22binary%22%3Afalse%7D) + +[Query example transaction. >](websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenMint%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22B42C7A0C9C3061463C619999942D0F25E4AE5FB051EA0D7A4EE1A924DB6DFEE8%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/offercancel.md b/content/references/protocol-reference/transactions/transaction-types/offercancel.md index eb49c6914f..136a5e5bbd 100644 --- a/content/references/protocol-reference/transactions/transaction-types/offercancel.md +++ b/content/references/protocol-reference/transactions/transaction-types/offercancel.md @@ -24,7 +24,8 @@ An OfferCancel transaction removes an Offer object from the XRP Ledger. "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) + +[Query example transaction. >](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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/offercreate.md b/content/references/protocol-reference/transactions/transaction-types/offercreate.md index 9172337732..773604bf77 100644 --- a/content/references/protocol-reference/transactions/transaction-types/offercreate.md +++ b/content/references/protocol-reference/transactions/transaction-types/offercreate.md @@ -29,7 +29,8 @@ 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) + +[Query example transaction. >](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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/payment.md b/content/references/protocol-reference/transactions/transaction-types/payment.md index 85eb5b2d28..63648c4e8b 100644 --- a/content/references/protocol-reference/transactions/transaction-types/payment.md +++ b/content/references/protocol-reference/transactions/transaction-types/payment.md @@ -32,7 +32,8 @@ Payments are also the only way to [create accounts](#creating-accounts). "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) + +[Query example transaction. >](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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md b/content/references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md index d0dc5b3091..7322340f31 100644 --- a/content/references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md +++ b/content/references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md @@ -39,7 +39,8 @@ The **destination address** of a channel can: "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) + +[Query example transaction. >](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) diff --git a/content/references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md b/content/references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md index 0d56cd60b2..57b06c99ef 100644 --- a/content/references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md +++ b/content/references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md @@ -27,7 +27,8 @@ Create a unidirectional channel and fund it with XRP. The address sending this t "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) + +[Query example transaction. >](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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/paymentchannelfund.md b/content/references/protocol-reference/transactions/transaction-types/paymentchannelfund.md index bd52d378a3..fb26a4e322 100644 --- a/content/references/protocol-reference/transactions/transaction-types/paymentchannelfund.md +++ b/content/references/protocol-reference/transactions/transaction-types/paymentchannelfund.md @@ -23,7 +23,8 @@ Example PaymentChannelFund: "Expiration": 543171558 } ``` -[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_PaymentChannelFund%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22877FA6E2FF8E08597D1F24E30BE8E52D0C9C06F0D620C5721E55622B6A632DFF%22%2C%22binary%22%3Afalse%7D) + +[Query example transaction. >](websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_PaymentChannelFund%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22877FA6E2FF8E08597D1F24E30BE8E52D0C9C06F0D620C5721E55622B6A632DFF%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/setregularkey.md b/content/references/protocol-reference/transactions/transaction-types/setregularkey.md index 2e6339d2cd..bb5504c19f 100644 --- a/content/references/protocol-reference/transactions/transaction-types/setregularkey.md +++ b/content/references/protocol-reference/transactions/transaction-types/setregularkey.md @@ -24,7 +24,8 @@ You can protect your account by assigning a regular key pair to it and using it "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) + +[Query example transaction. >](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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/signerlistset.md b/content/references/protocol-reference/transactions/transaction-types/signerlistset.md index e7e7db62cb..dda2df028f 100644 --- a/content/references/protocol-reference/transactions/transaction-types/signerlistset.md +++ b/content/references/protocol-reference/transactions/transaction-types/signerlistset.md @@ -41,7 +41,8 @@ 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) + +[Query example transaction. >](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' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/ticketcreate.md b/content/references/protocol-reference/transactions/transaction-types/ticketcreate.md index d5d6c12208..14ebf888df 100644 --- a/content/references/protocol-reference/transactions/transaction-types/ticketcreate.md +++ b/content/references/protocol-reference/transactions/transaction-types/ticketcreate.md @@ -24,7 +24,8 @@ A TicketCreate transaction sets aside one or more [sequence numbers][Sequence Nu "TicketCount": 10 } ``` -[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_TicketCreate%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22738AEF36B48CA4A2D85C2B74910DC34DDBBCA4C83643F2DB84A58785ED5AD3E3%22%2C%22binary%22%3Afalse%7D) + +[Query example transaction. >](websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_TicketCreate%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22738AEF36B48CA4A2D85C2B74910DC34DDBBCA4C83643F2DB84A58785ED5AD3E3%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/trustset.md b/content/references/protocol-reference/transactions/transaction-types/trustset.md index 6c2f540870..3e16c34e96 100644 --- a/content/references/protocol-reference/transactions/transaction-types/trustset.md +++ b/content/references/protocol-reference/transactions/transaction-types/trustset.md @@ -28,7 +28,8 @@ Create or modify a trust line linking two accounts. "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) + +[Query example transaction. >](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' %} From 9e0d32b223e57fdab29ee622bfe0e8c1ff1bde72 Mon Sep 17 00:00:00 2001 From: oeggert <117319296+oeggert@users.noreply.github.com> Date: Mon, 28 Nov 2022 15:21:37 -0800 Subject: [PATCH 6/7] Update content/references/protocol-reference/transactions/transaction-types/payment.md Co-authored-by: Rome Reginelli --- .../transactions/transaction-types/payment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/references/protocol-reference/transactions/transaction-types/payment.md b/content/references/protocol-reference/transactions/transaction-types/payment.md index 63648c4e8b..e33812424a 100644 --- a/content/references/protocol-reference/transactions/transaction-types/payment.md +++ b/content/references/protocol-reference/transactions/transaction-types/payment.md @@ -33,7 +33,7 @@ Payments are also the only way to [create accounts](#creating-accounts). } ``` -[Query example transaction. >](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) +[Query example transaction. >](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%227BF105CFE4EFE78ADB63FE4E03A851440551FE189FD4B51CAAD9279C9F534F0E%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} From 85fec9c23b76ad15289ecf0e64fa204b004b076e Mon Sep 17 00:00:00 2001 From: oeggert <117319296+oeggert@users.noreply.github.com> Date: Mon, 28 Nov 2022 15:22:46 -0800 Subject: [PATCH 7/7] Update content/references/protocol-reference/transactions/transaction-types/escrowcreate.md Co-authored-by: Rome Reginelli --- .../transactions/transaction-types/escrowcreate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/references/protocol-reference/transactions/transaction-types/escrowcreate.md b/content/references/protocol-reference/transactions/transaction-types/escrowcreate.md index 927c0e68ba..abd7f39904 100644 --- a/content/references/protocol-reference/transactions/transaction-types/escrowcreate.md +++ b/content/references/protocol-reference/transactions/transaction-types/escrowcreate.md @@ -29,7 +29,7 @@ Sequester XRP until the escrow process either finishes or is canceled. } ``` -[Query example transaction. >](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) +[Query example transaction. >](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%22C44F2EB84196B9AD820313DBEBA6316A15C9A2D35787579ED172B87A30131DA7%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %}