stellar_set_options
Modify Stellar account settings by adding or removing signers, adjusting master/low/med/high thresholds, updating home domain, or changing flags. Returns unsigned XDR for review by default.
Instructions
Modify account options (e.g., adding a signer, setting weights/thresholds, or updating flags). Returns unsigned XDR by default unless policy allows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signer | No | Add, update, or remove a signer (set weight to 0 to remove) | |
| homeDomain | No | ||
| lowThreshold | No | ||
| masterWeight | No | ||
| medThreshold | No | ||
| highThreshold | No | ||
| sourceAccount | Yes | The account applying the options |