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
The cairo codebase uses model.cairo to define struct used throughout the program. These models (like State or Account) need to be initialized in memory from external data (json for ef-tests, reth struct for the main runner).
What
The content you are editing has changed. Please copy your edits and refresh the page.
Why
The cairo codebase uses
model.cairo
to definestruct
used throughout the program. These models (likeState
orAccount
) need to be initialized in memory from external data (json for ef-tests, reth struct for the main runner).What
Tasks
The text was updated successfully, but these errors were encountered: