Manages a Map in storage.
The type of the key used to store the value.
The type of the value stored.
The type of the key sequence manager.
When value is an array of serializable, the underlying serializable type.
Retrieves the value from storage and panics in case of failure.
the value stored.
if the key is not found in storage.
if the value is not found in storage.
Sets the value in storage.
The value to store. Must be an A
Retrieves the value from storage and returns a result.
the value stored wrapped in a result.
Generated using TypeDoc
Manages a Map in storage.