mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
addressed feedback
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
[[Source]<br>](https://github.com/ripple/rippled/blob/4239880acb5e559446d2067f00dabb31cf102a23/src/ripple/app/transactors/SetRegularKey.cpp "Source")
|
||||
|
||||
A SetRegularKey transaction assigns, changes, or removes the regular key associated with an account.
|
||||
A `SetRegularKey` transaction assigns, changes, or removes the regular key associated with an account.
|
||||
|
||||
For more information about regular and master keys, see [Understanding Master and Regular Keys](reference-transaction-format.html#understanding-master-and-regular-keys).
|
||||
You can protect your account by assigning regular keys to it and using them instead of the master keys to sign transactions whenever possible. If your regular keys are compromised, but your master keys are not, you can use a `SetRegularKey` transaction to regain control of your account.
|
||||
|
||||
You can protect your master secret by assigning regular keys to an account and using them instead of the master keys to sign transactions whenever possible. If your regular keys are compromised, but the master keys are not, you can use a SetRegularKey transaction to regain control of your account.
|
||||
For more information about regular and master keys, see [Understanding Master and Regular Keys](concept-keys.html).
|
||||
|
||||
For a tutorial on assigning regular keys to an account, see [Working with Regular Keys](tutorial-regular-keys.html).
|
||||
|
||||
@@ -22,6 +22,6 @@ For even greater security, you can use [multi-signing](#multi-signing), but mult
|
||||
}
|
||||
```
|
||||
|
||||
| Field | JSON Type | [Internal Type][] | Description |
|
||||
|:-----------|:----------|:------------------|:--------------------------------|
|
||||
| RegularKey | String | AccountID | _(Optional)_ A base-58-encoded [Ripple address](reference-rippled.html#addresses) to use as the regular key. If omitted, removes the existing regular key. |
|
||||
| Field | JSON Type | [Internal Type][] | Description |
|
||||
|:-------------|:----------|:------------------|:------------------------------|
|
||||
| `RegularKey` | String | AccountID | _(Optional)_ A base-58-encoded [Ripple address](reference-rippled.html#addresses) to use as the regular key. If omitted, removes the existing regular key. |
|
||||
|
||||
Reference in New Issue
Block a user