You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library/kani_solana_agent/README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,22 +7,25 @@ Non-goals:
7
7
- Anchor-specific modeling
8
8
- Token program semantics
9
9
10
-
The primary entry point is `any_account_info::<DATA_LEN>(...)`, which constructs an `AccountInfo<'static>` backed by leaked allocations so it can be passed into program logic during verification.
10
+
The primary entry point is `any_account_info::<DATA_LEN>(...)` (alias: `any_agent_account::<DATA_LEN>(...)`), which constructs an `AccountInfo<'static>` backed by leaked allocations so it can be passed into program logic during verification.
0 commit comments