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.
1 parent 926c074 commit 2701314Copy full SHA for 2701314
1 file changed
docs/examples.md
@@ -27,8 +27,6 @@ XRPL_SEED=sSigner2... xrpl multisign --file unsigned.json --multisig-account rMu
27
XRPL_SEED=sSigner3... xrpl multisign --file unsigned.json --multisig-account rMultisig > sig3.json
28
xrpl multisign-submit --files sig1.json sig2.json sig3.json
29
30
-# Create 250 tickets for parallel multisig prover transactions
31
-xrpl ticket-create 250
32
```
33
34
## Trust Lines and IOUs
@@ -91,7 +89,7 @@ xrpl rpc server_state
91
89
## Cross-Chain Memos
92
90
93
```bash
94
-# Send with memos (e.g. for Axelar interchain transfers)
+# Send with memos
95
xrpl send --to ra5nK24KXen9AHvsdFTKHSANinZseWnPcX --amount 1 --token XRP \
96
--memo "type:interchain_transfer" \
97
--memo "destination_chain:ethereum" \
0 commit comments