Module sbor::prelude::non_iter_map

Structs§

  • A thin wrapper around a HashMap, which guarantees that a HashMap usage will not result in a non-deterministic execution (simply by disallowing the iteration over its elements).

Type Aliases§