You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FULL_HELP_DOCS.md
+79-2Lines changed: 79 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1724,6 +1724,7 @@ Create a new transaction
1724
1724
*`path-payment-strict-send` — Send a payment with a different asset using path finding, specifying the send amount
1725
1725
*`path-payment-strict-receive` — Send a payment with a different asset using path finding, specifying the receive amount
1726
1726
*`payment` — Send asset to destination account
1727
+
*`revoke-sponsorship` — Revoke sponsorship of a ledger entry or signer
1727
1728
*`set-options` — Set account options like flags, signers, and home domain
1728
1729
*`set-trustline-flags` — Configure authorization and trustline flags for an asset
1729
1730
@@ -1933,7 +1934,7 @@ Clawback a claimable balance by its balance ID
1933
1934
*`--hd-path <HD_PATH>` — If using a seed phrase to sign, sets which hierarchical deterministic path to use, e.g. `m/44'/148'/{hd_path}`. Example: `--hd-path 1`. Default: `0`
1934
1935
*`--sign-with-lab` — Sign with https://lab.stellar.org
1935
1936
*`--sign-with-ledger` — Sign with a ledger wallet
1936
-
*`--balance-id <BALANCE_ID>` — Balance ID of the claimable balance to clawback. Accepts multiple formats: - API format with type prefix (72 chars): 000000006f2179b31311fa8064760b48942c8e166702ba0b8fbe7358c4fd570421840461 - Direct hash format (64 chars): 6f2179b31311fa8064760b48942c8e166702ba0b8fbe7358c4fd570421840461 - StrKey format (base32): BAAMLBZI42AD52HKGIZOU7WFVZM6BPEJCLPL44QU2AT6TY3P57I5QDNYIA
1937
+
*`--balance-id <BALANCE_ID>` — Balance ID of the claimable balance to clawback. Accepts multiple formats: - API format with type prefix (72 chars): 000000006f2179b31311fa8064760b48942c8e166702ba0b8fbe7358c4fd570421840461 - Direct hash format (64 chars): 6f2179b31311fa8064760b48942c8e166702ba0b8fbe7358c4fd570421840461 - Address format (base32): BAAMLBZI42AD52HKGIZOU7WFVZM6BPEJCLPL44QU2AT6TY3P57I5QDNYIA
1937
1938
1938
1939
1939
1940
@@ -2336,6 +2337,41 @@ Send asset to destination account
2336
2337
2337
2338
2338
2339
2340
+
## `stellar tx new revoke-sponsorship`
2341
+
2342
+
Revoke sponsorship of a ledger entry or signer
2343
+
2344
+
**Usage:**`stellar tx new revoke-sponsorship [OPTIONS] --source-account <SOURCE_ACCOUNT> --account-id <ACCOUNT_ID>`
2345
+
2346
+
###### **Options:**
2347
+
2348
+
*`--fee <FEE>` — fee amount for transaction, in stroops. 1 stroop = 0.0000001 xlm
2349
+
2350
+
Default value: `100`
2351
+
*`--cost` — Output the cost execution to stderr
2352
+
*`--instructions <INSTRUCTIONS>` — Number of instructions to simulate
2353
+
*`--build-only` — Build the transaction and only write the base64 xdr to stdout
2354
+
*`--rpc-url <RPC_URL>` — RPC server endpoint
2355
+
*`--rpc-header <RPC_HEADERS>` — RPC Header(s) to include in requests to the RPC provider
2356
+
*`--network-passphrase <NETWORK_PASSPHRASE>` — Network passphrase to sign the transaction sent to the rpc server
2357
+
*`-n`, `--network <NETWORK>` — Name of network to use from config
2358
+
*`-s`, `--source-account <SOURCE_ACCOUNT>`[alias: `source`] — Account that where transaction originates from. Alias `source`. Can be an identity (--source alice), a public key (--source GDKW...), a muxed account (--source MDA…), a secret key (--source SC36…), or a seed phrase (--source "kite urban…"). If `--build-only` or `--sim-only` flags were NOT provided, this key will also be used to sign the final transaction. In that case, trying to sign with public key will fail
2359
+
*`--global` — ⚠️ Deprecated: global config is always on
2360
+
*`--config-dir <CONFIG_DIR>` — Location of config directory. By default, it uses `$XDG_CONFIG_HOME/stellar` if set, falling back to `~/.config/stellar` otherwise. Contains configuration files, aliases, and other persistent settings
2361
+
*`--sign-with-key <SIGN_WITH_KEY>` — Sign with a local key or key saved in OS secure storage. Can be an identity (--sign-with-key alice), a secret key (--sign-with-key SC36…), or a seed phrase (--sign-with-key "kite urban…"). If using seed phrase, `--hd-path` defaults to the `0` path
2362
+
*`--hd-path <HD_PATH>` — If using a seed phrase to sign, sets which hierarchical deterministic path to use, e.g. `m/44'/148'/{hd_path}`. Example: `--hd-path 1`. Default: `0`
2363
+
*`--sign-with-lab` — Sign with https://lab.stellar.org
2364
+
*`--sign-with-ledger` — Sign with a ledger wallet
2365
+
*`--account-id <ACCOUNT_ID>` — Account ID (required for all sponsorship types)
2366
+
*`--asset <ASSET>` — Asset for trustline sponsorship (format: CODE:ISSUER)
2367
+
*`--data-name <DATA_NAME>` — Data name for data entry sponsorship
2368
+
*`--offer-id <OFFER_ID>` — Offer ID for offer sponsorship
2369
+
*`--liquidity-pool-id <LIQUIDITY_POOL_ID>` — Pool ID for liquidity pool sponsorship. Accepts multiple formats: - API format with type prefix (72 chars): 000000006f2179b31311fa8064760b48942c8e166702ba0b8fbe7358c4fd570421840461 - Direct hash format (64 chars): 6f2179b31311fa8064760b48942c8e166702ba0b8fbe7358c4fd570421840461 - Address format (base32): LAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2370
+
*`--claimable-balance-id <CLAIMABLE_BALANCE_ID>` — Claimable balance ID for claimable balance sponsorship. Accepts multiple formats: - API format with type prefix (72 chars): 000000006f2179b31311fa8064760b48942c8e166702ba0b8fbe7358c4fd570421840461 - Direct hash format (64 chars): 6f2179b31311fa8064760b48942c8e166702ba0b8fbe7358c4fd570421840461 - Address format (base32): BAAMLBZI42AD52HKGIZOU7WFVZM6BPEJCLPL44QU2AT6TY3P57I5QDNYIA
2371
+
*`--signer-key <SIGNER_KEY>` — Signer key for signer sponsorship
2372
+
2373
+
2374
+
2339
2375
## `stellar tx new set-options`
2340
2376
2341
2377
Set account options like flags, signers, and home domain
@@ -2457,6 +2493,7 @@ Add Operation to a transaction
2457
2493
*`path-payment-strict-receive` — Send a payment with a different asset using path finding, specifying the receive amount
2458
2494
*`path-payment-strict-send` — Send a payment with a different asset using path finding, specifying the send amount
2459
2495
*`payment` — Send asset to destination account
2496
+
*`revoke-sponsorship` — Revoke sponsorship of a ledger entry or signer
2460
2497
*`set-options` — Set account options like flags, signers, and home domain
2461
2498
*`set-trustline-flags` — Configure authorization and trustline flags for an asset
2462
2499
@@ -2701,7 +2738,7 @@ Clawback a claimable balance by its balance ID
2701
2738
*`--hd-path <HD_PATH>` — If using a seed phrase to sign, sets which hierarchical deterministic path to use, e.g. `m/44'/148'/{hd_path}`. Example: `--hd-path 1`. Default: `0`
2702
2739
*`--sign-with-lab` — Sign with https://lab.stellar.org
2703
2740
*`--sign-with-ledger` — Sign with a ledger wallet
2704
-
*`--balance-id <BALANCE_ID>` — Balance ID of the claimable balance to clawback. Accepts multiple formats: - API format with type prefix (72 chars): 000000006f2179b31311fa8064760b48942c8e166702ba0b8fbe7358c4fd570421840461 - Direct hash format (64 chars): 6f2179b31311fa8064760b48942c8e166702ba0b8fbe7358c4fd570421840461 - StrKey format (base32): BAAMLBZI42AD52HKGIZOU7WFVZM6BPEJCLPL44QU2AT6TY3P57I5QDNYIA
2741
+
*`--balance-id <BALANCE_ID>` — Balance ID of the claimable balance to clawback. Accepts multiple formats: - API format with type prefix (72 chars): 000000006f2179b31311fa8064760b48942c8e166702ba0b8fbe7358c4fd570421840461 - Direct hash format (64 chars): 6f2179b31311fa8064760b48942c8e166702ba0b8fbe7358c4fd570421840461 - Address format (base32): BAAMLBZI42AD52HKGIZOU7WFVZM6BPEJCLPL44QU2AT6TY3P57I5QDNYIA
2705
2742
2706
2743
2707
2744
@@ -3164,6 +3201,46 @@ Send asset to destination account
*`<TX_XDR>` — Base-64 transaction envelope XDR or file containing XDR to decode, or stdin if empty
3213
+
3214
+
###### **Options:**
3215
+
3216
+
*`--operation-source-account <OPERATION_SOURCE_ACCOUNT>`[alias: `op-source`] — Source account used for the operation
3217
+
*`--fee <FEE>` — fee amount for transaction, in stroops. 1 stroop = 0.0000001 xlm
3218
+
3219
+
Default value: `100`
3220
+
*`--cost` — Output the cost execution to stderr
3221
+
*`--instructions <INSTRUCTIONS>` — Number of instructions to simulate
3222
+
*`--build-only` — Build the transaction and only write the base64 xdr to stdout
3223
+
*`--rpc-url <RPC_URL>` — RPC server endpoint
3224
+
*`--rpc-header <RPC_HEADERS>` — RPC Header(s) to include in requests to the RPC provider
3225
+
*`--network-passphrase <NETWORK_PASSPHRASE>` — Network passphrase to sign the transaction sent to the rpc server
3226
+
*`-n`, `--network <NETWORK>` — Name of network to use from config
3227
+
*`-s`, `--source-account <SOURCE_ACCOUNT>`[alias: `source`] — Account that where transaction originates from. Alias `source`. Can be an identity (--source alice), a public key (--source GDKW...), a muxed account (--source MDA…), a secret key (--source SC36…), or a seed phrase (--source "kite urban…"). If `--build-only` or `--sim-only` flags were NOT provided, this key will also be used to sign the final transaction. In that case, trying to sign with public key will fail
3228
+
*`--global` — ⚠️ Deprecated: global config is always on
3229
+
*`--config-dir <CONFIG_DIR>` — Location of config directory. By default, it uses `$XDG_CONFIG_HOME/stellar` if set, falling back to `~/.config/stellar` otherwise. Contains configuration files, aliases, and other persistent settings
3230
+
*`--sign-with-key <SIGN_WITH_KEY>` — Sign with a local key or key saved in OS secure storage. Can be an identity (--sign-with-key alice), a secret key (--sign-with-key SC36…), or a seed phrase (--sign-with-key "kite urban…"). If using seed phrase, `--hd-path` defaults to the `0` path
3231
+
*`--hd-path <HD_PATH>` — If using a seed phrase to sign, sets which hierarchical deterministic path to use, e.g. `m/44'/148'/{hd_path}`. Example: `--hd-path 1`. Default: `0`
3232
+
*`--sign-with-lab` — Sign with https://lab.stellar.org
3233
+
*`--sign-with-ledger` — Sign with a ledger wallet
3234
+
*`--account-id <ACCOUNT_ID>` — Account ID (required for all sponsorship types)
3235
+
*`--asset <ASSET>` — Asset for trustline sponsorship (format: CODE:ISSUER)
3236
+
*`--data-name <DATA_NAME>` — Data name for data entry sponsorship
3237
+
*`--offer-id <OFFER_ID>` — Offer ID for offer sponsorship
3238
+
*`--liquidity-pool-id <LIQUIDITY_POOL_ID>` — Pool ID for liquidity pool sponsorship. Accepts multiple formats: - API format with type prefix (72 chars): 000000006f2179b31311fa8064760b48942c8e166702ba0b8fbe7358c4fd570421840461 - Direct hash format (64 chars): 6f2179b31311fa8064760b48942c8e166702ba0b8fbe7358c4fd570421840461 - Address format (base32): LAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
3239
+
*`--claimable-balance-id <CLAIMABLE_BALANCE_ID>` — Claimable balance ID for claimable balance sponsorship. Accepts multiple formats: - API format with type prefix (72 chars): 000000006f2179b31311fa8064760b48942c8e166702ba0b8fbe7358c4fd570421840461 - Direct hash format (64 chars): 6f2179b31311fa8064760b48942c8e166702ba0b8fbe7358c4fd570421840461 - Address format (base32): BAAMLBZI42AD52HKGIZOU7WFVZM6BPEJCLPL44QU2AT6TY3P57I5QDNYIA
3240
+
*`--signer-key <SIGNER_KEY>` — Signer key for signer sponsorship
3241
+
3242
+
3243
+
3167
3244
## `stellar tx operation add set-options`
3168
3245
3169
3246
Set account options like flags, signers, and home domain
0 commit comments