File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
delegation-toolkit/reference/delegation
gator_versioned_docs/version-0.13.0/reference/delegation Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -399,14 +399,14 @@ Caveat enforcer contract: [`ExactCalldataEnforcer.sol`](https://github.com/MetaM
399399
400400| Name | Type | Required | Description |
401401| ----------------- | -------------------------------- | -------- | ----------------------------------------------------- |
402- | ` exactCalldata ` | ` calldata ` | Yes | The ` calldata ` that the delegate is allowed to call. |
402+ | ` calldata ` | ` Hex ` | Yes | The ` calldata ` that the delegate is allowed to call. |
403403
404404### Example
405405
406406``` typescript
407407const caveats = [{
408408 type: " exactCalldata" ,
409- exactCalldata : " 0x1234567890abcdef" ,
409+ calldata : " 0x1234567890abcdef" ,
410410}];
411411```
412412
Original file line number Diff line number Diff line change @@ -398,14 +398,14 @@ Caveat enforcer contract: [`ExactCalldataEnforcer.sol`](https://github.com/MetaM
398398
399399| Name | Type | Required | Description |
400400| ----------------- | -------------------------------- | -------- | ----------------------------------------------------- |
401- | ` exactCalldata ` | ` calldata ` | Yes | The ` calldata ` that the delegate is allowed to call. |
401+ | ` calldata ` | ` Hex ` | Yes | The ` calldata ` that the delegate is allowed to call. |
402402
403403### Example
404404
405405``` typescript
406406const caveats = [{
407407 type: " exactCalldata" ,
408- exactCalldata : " 0x1234567890abcdef" ,
408+ calldata : " 0x1234567890abcdef" ,
409409}];
410410```
411411
You can’t perform that action at this time.
0 commit comments