stellar_tx_set_options
Set Stellar account options including flags, signers, and home domain. Configure thresholds, weights, and inflation destination on any network.
Instructions
Set account options like flags, signers, and home domain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fee | No | Transaction fee in stroops | |
| network | Yes | Stellar network | |
| set_flags | No | Flags to set | |
| build_only | No | Only build transaction, do not submit | |
| signer_key | No | Public key of signer to add/update | |
| clear_flags | No | Flags to clear | |
| home_domain | No | Home domain for the account | |
| low_threshold | No | Low threshold | |
| master_weight | No | Master key weight | |
| med_threshold | No | Medium threshold | |
| signer_weight | No | Weight for the signer (0 to remove) | |
| high_threshold | No | High threshold | |
| inflation_dest | No | Inflation destination account | |
| source_account | Yes | Account to modify options for |