alloy-rs / alloy

Transports, Middleware, and Networks for the Alloy project
https://alloy.rs
Apache License 2.0
666 stars 240 forks source link

feat(`serde`): StorageKeyKind #1597

Closed yash-atreya closed 3 weeks ago

yash-atreya commented 4 weeks ago

Motivation

Closes #1553

Solution

Introduce the enum StorageKeyKind with variants Hash(B256) and Number(U256). Used in JsonStorageKey. Tries to deserialize a string into the Hash variant first.

PR Checklist