mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-03 18:15:49 +00:00
clean up doc migration
This commit is contained in:
@@ -4,13 +4,13 @@ seo:
|
||||
labels:
|
||||
- Accounts
|
||||
- Permissions
|
||||
status: not_enabled
|
||||
---
|
||||
# Permission Delegation
|
||||
|
||||
{% partial file="../../_snippets/permission-delegation-disclaimer.md" /%}
|
||||
|
||||
XRPL accounts can delegate both transaction permissions and granular permissions to other accounts, enhancing flexibility and enabling use cases such as implementing role-based access control. This delegation is managed using the [`DelegateSet`](../../references/protocol/transactions/types/delegateset.md) transaction.
|
||||
|
||||
_(Requires the [PermissionDelegation amendment][] {% not-enabled /%})_
|
||||
|
||||
## Assigning Permissions
|
||||
|
||||
You can assign permissions to another account by submitting a `DelegateSet` transaction.
|
||||
@@ -103,4 +103,6 @@ Any other errors are the same as when the _rDelegatingAccount_ sends transaction
|
||||
* Delegating permissions grants significant control. Ensure you trust the delegated account.
|
||||
* The account specified in the `Delegate` field is responsible for paying the transaction fee.
|
||||
* A delegated account can only perform actions that have been explicitly permitted.
|
||||
{% /admonition %}
|
||||
{% /admonition %}
|
||||
|
||||
{% raw-partial file="/docs/_snippets/common-links.md" /%}
|
||||
|
||||
Reference in New Issue
Block a user