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
all unordered containers (hashmap/hashset) are ordered in lexicographic order by key (in tie breaker case on value);
So HashMap and HashSet are ordered maps and sets.
In current schema I cannot distinguish that difference as part of schema enumeration, and has to resort to parsing rust types, which will not work for custom sorted things.
The text was updated successfully, but these errors were encountered:
As per https://github.com/near/borsh?tab=readme-ov-file#specification:
So HashMap and HashSet are ordered maps and sets.
In current schema I cannot distinguish that difference as part of schema enumeration, and has to resort to parsing rust types, which will not work for custom sorted things.
The text was updated successfully, but these errors were encountered: