Set Options
Sets an account's flags, inflation destination, signers, and home domain.
See the Set Options errors.
- ATTRIBUTE -
signer_key
stringThe public key of the new signer.
signer_weight
numberThe weight of the new signer. Can range from
1to255.master_key_weight
numberThe weight of the master key. Can range from
1to255.low_threshold
numberThe sum weight for the low threshold.
med_threshold
numberThe sum weight for the medium threshold.
high_threshold
numberThe sum weight for the high threshold.
home_domain
stringThe home domain used for stellar.toml file discovery.
set_flags
arrayThe array of numeric values of flags that has been set in this operation. Options include
1forAUTH_REQUIRED_FLAG,2forAUTH_REVOCABLE_FLAG, and4forAUTH_IMMUTABLE_FLAG.set_flags_s
arrayThe array of string values of flags that has been set in this operation. Options include
AUTH_REQUIRED_FLAG,AUTH_REVOCABLE_FLAG, andAUTH_IMMUTABLE_FLAG.clear_flags
arrayThe array of numeric values of flags that has been cleared in this operation. Options include
1forAUTH_REQUIRED_FLAG,2forAUTH_REVOCABLE_FLAG, and4forAUTH_IMMUTABLE_FLAG.clear_flags_s
arrayThe array of string values of flags that has been cleared in this operation. Options include
AUTH_REQUIRED_FLAG,AUTH_REVOCABLE_FLAG, andAUTH_IMMUTABLE_FLAG.
Last updated
Was this helpful?