Currently, only dictionaries which have an Address key type are implemented in Move. Each value in the dictionary is wrapped in a resource, and is stored at the address given by the key. As dictionaries in Flint can have any key type, this should be implemented.
Currently, only dictionaries which have an
Addresskey type are implemented in Move. Each value in the dictionary is wrapped in a resource, and is stored at the address given by the key. As dictionaries in Flint can have any key type, this should be implemented.