Commit 3421a26
committed
Fix args required/optional annotations for contract tools
## Summary
- Fixed `read_contract` args marked as required when they're optional
- Fixed `write_contract` args not explicitly marked as required
- Improved ABI description clarity
## Type of Change
- [x] Documentation fix
## Changes Made
- read_contract: args → "args (optional array)"
- write_contract: args → "args (required array)"
- Clarified ABI format: full contract ABI or relevant function entries1 parent 4f6557b commit 3421a26
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments