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
*`--fee <FEE>` — fee amount for transaction, in stroops. 1 stroop = 0.0000001 xlm
1856
+
1857
+
Default value: `100`
1858
+
*`--cost` — Output the cost execution to stderr
1859
+
*`--instructions <INSTRUCTIONS>` — Number of instructions to simulate
1860
+
*`--build-only` — Build the transaction and only write the base64 xdr to stdout
1861
+
*`--rpc-url <RPC_URL>` — RPC server endpoint
1862
+
*`--rpc-header <RPC_HEADERS>` — RPC Header(s) to include in requests to the RPC provider
1863
+
*`--network-passphrase <NETWORK_PASSPHRASE>` — Network passphrase to sign the transaction sent to the rpc server
1864
+
*`-n`, `--network <NETWORK>` — Name of network to use from config
1865
+
*`-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
1866
+
*`--global` — ⚠️ Deprecated: global config is always on
1867
+
*`--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
1868
+
*`--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
1869
+
*`--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`
1870
+
*`--sign-with-lab` — Sign with https://lab.stellar.org
1871
+
*`--sign-with-ledger` — Sign with a ledger wallet
1872
+
*`--from <FROM>` — Account to clawback assets from, e.g. `GBX...`
1873
+
*`--asset <ASSET>` — Asset to clawback
1874
+
*`--amount <AMOUNT>` — Amount of the asset to clawback, in stroops. 1 stroop = 0.0000001 of the asset
1875
+
1876
+
1877
+
1846
1878
## `stellar tx new clawback-claimable-balance`
1847
1879
1848
1880
Clawback a claimable balance by its balance ID
@@ -2280,6 +2312,7 @@ Add Operation to a transaction
2280
2312
*`bump-sequence` — Bump sequence number to invalidate older transactions
2281
2313
*`change-trust` — Create, update, or delete a trustline
2282
2314
*`claim-claimable-balance` — Claim a claimable balance by its balance ID
2315
+
*`clawback` — Clawback an asset from an account
2283
2316
*`clawback-claimable-balance` — Clawback a claimable balance by its balance ID
2284
2317
*`create-account` — Create and fund a new account
2285
2318
*`create-claimable-balance` — Create a claimable balance that can be claimed by specified accounts
@@ -2434,6 +2467,42 @@ Claim a claimable balance by its balance ID
*`<TX_XDR>` — Base-64 transaction envelope XDR or file containing XDR to decode, or stdin if empty
2479
+
2480
+
###### **Options:**
2481
+
2482
+
*`--operation-source-account <OPERATION_SOURCE_ACCOUNT>`[alias: `op-source`] — Source account used for the operation
2483
+
*`--fee <FEE>` — fee amount for transaction, in stroops. 1 stroop = 0.0000001 xlm
2484
+
2485
+
Default value: `100`
2486
+
*`--cost` — Output the cost execution to stderr
2487
+
*`--instructions <INSTRUCTIONS>` — Number of instructions to simulate
2488
+
*`--build-only` — Build the transaction and only write the base64 xdr to stdout
2489
+
*`--rpc-url <RPC_URL>` — RPC server endpoint
2490
+
*`--rpc-header <RPC_HEADERS>` — RPC Header(s) to include in requests to the RPC provider
2491
+
*`--network-passphrase <NETWORK_PASSPHRASE>` — Network passphrase to sign the transaction sent to the rpc server
2492
+
*`-n`, `--network <NETWORK>` — Name of network to use from config
2493
+
*`-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
2494
+
*`--global` — ⚠️ Deprecated: global config is always on
2495
+
*`--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
2496
+
*`--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
2497
+
*`--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`
2498
+
*`--sign-with-lab` — Sign with https://lab.stellar.org
2499
+
*`--sign-with-ledger` — Sign with a ledger wallet
2500
+
*`--from <FROM>` — Account to clawback assets from, e.g. `GBX...`
2501
+
*`--asset <ASSET>` — Asset to clawback
2502
+
*`--amount <AMOUNT>` — Amount of the asset to clawback, in stroops. 1 stroop = 0.0000001 of the asset
0 commit comments