Skip to content

feature: replaced Value with typed Storage<T> and redesigned StorageMap as StorageMap<K, V>#987

Draft
greenhat wants to merge 3 commits intonextfrom
i789-typed-acc-storage
Draft

feature: replaced Value with typed Storage<T> and redesigned StorageMap as StorageMap<K, V>#987
greenhat wants to merge 3 commits intonextfrom
i789-typed-acc-storage

Conversation

@greenhat
Copy link
Contributor

@greenhat greenhat commented Feb 27, 2026

Close #789

Restricts typed account storage to a curated set of SDK types with
reversible `Word` conversions.
Avoids requiring `Clone` for map keys by constraining keys to `Copy` and
passing them by value.
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

Successfully merging this pull request may close these issues.

Typed account storage definition and initialization

1 participant