Implement Higher Level Storage
GarrettPeake opened this issue · 0 comments
GarrettPeake commented
- StorageElement class exists and sub elements extend it
- Allows access chaining
- Implements chain versions of the normal functions
- chainget
- chainput
- chainspread
- chaindelete
- chaindeleteAll
- chainkeys
- chainitems
- Implements strict typing
- Defines abstract signatures for subclasses