API
| Function | Signature |
|---|---|
from | (input) => Effect<StorageKeyType, StateError> |
create | (address, slot) => Effect<StorageKeyType> |
toString | (key) => string |
fromString | (str) => StorageKeyType | undefined |
equals | (a, b) => boolean |
hashCode | (key) => number |
is | (value) => value is StorageKeyType |

