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
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: