File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
smart-accounts-kit/reference/delegation Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ const execution = createExecution({
184184
185185## ` decodeDelegations `
186186
187- Decodes a ABI encoded hex string to an array of delegations.
187+ Decodes an ABI- encoded hex string to an array of delegations.
188188
189189### Parameters
190190
@@ -335,7 +335,7 @@ export const delegation = createDelegation({
335335
336336## ` encodeDelegations `
337337
338- Encodes an array of delegations to ABI encoded hex string.
338+ Encodes an array of delegations to an ABI- encoded hex string.
339339
340340### Parameters
341341
@@ -345,8 +345,6 @@ Encodes an array of delegations to ABI encoded hex string.
345345
346346### Example
347347
348- ### Example
349-
350348<Tabs >
351349<TabItem value =" example.ts " >
352350
You can’t perform that action at this time.
0 commit comments