Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev: Simplify contracts storage variables #104

Open
JordyRo1 opened this issue Mar 4, 2024 · 0 comments
Open

dev: Simplify contracts storage variables #104

JordyRo1 opened this issue Mar 4, 2024 · 0 comments

Comments

@JordyRo1
Copy link
Contributor

JordyRo1 commented Mar 4, 2024

Transform the current storage implementation:
LegacyMap::<(felt252, felt252, u64, u64), felt252>,
into LegacyMap::<(DataType, u64), felt252>. This can be easily done by implementing the hash trait for the DataType struct (using poseidon).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant