Compare commits

...

1 Commits

Author SHA1 Message Date
rachelflynn
e798a65035 Clarify delegate multi-signing rules (rippled #7064) 2026-06-05 16:41:29 -04:00

View File

@@ -32,6 +32,8 @@ A delegate can send transactions that execute as if they were sent by the delega
- A regular key pair that the delegate has authorized
- A multi-signing list that the delegate has authorized
When a delegate multi-signs a transaction, the signatures are validated against their own signer list, not the delegator's. As with any multi-signed transaction, the delegate cannot be one of its own signers.
The delegate can only send transactions that match the permissions it has. Permissions come in two types:
- **Transaction Type Permissions** - Permission to send transactions of a specific [transaction type](/docs/references/protocol/transactions/types/index.md). Some types cannot be delegated.