We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9574dc2 commit 4c3a51aCopy full SHA for 4c3a51a
delegation-toolkit/get-started/quickstart.md
@@ -101,6 +101,13 @@ delegator account to the delegate account.
101
This example passes an empty `caveats` array, which means the delegate can perform any action on the delegator's behalf.
102
We recommend [restricting the delegation](../how-to/create-delegation/restrict-delegation.md) by adding caveat enforcers.
103
104
+:::warning Important
105
+
106
+Before creating a delegation, ensure that the delegator account has
107
+been deployed. If the account is not deployed, redeeming the delegation will fail.
108
109
+:::
110
111
```typescript
112
import { createDelegation } from "@metamask/delegation-toolkit";
113
0 commit comments