clean up doc migration

This commit is contained in:
Oliver Eggert
2025-06-23 13:07:29 -07:00
parent e0e2b63d50
commit d5d8df66fa
4 changed files with 12 additions and 12 deletions

View File

@@ -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" /%}