store
Stores data for the given key.
Return
Result.success if stored, Result.failure with exception otherwise
Parameters
key
The storage key (from PersistentStorageKey)
value
The raw bytes to store
Stores data for the given key.
Result.success if stored, Result.failure with exception otherwise
The storage key (from PersistentStorageKey)
The raw bytes to store