Module frame_support::storage::unhashed [−][src]
Operation on unhashed runtime storage.
Functions
exists | Check to see if |
get | Return the value of the item in storage under |
get_or | Return the value of the item in storage under |
get_or_default | Return the value of the item in storage under |
get_or_else | Return the value of the item in storage under |
get_raw | Get a Vec of bytes from storage. |
kill | Ensure |
kill_prefix | Ensure keys with the given |
put | Put |
put_raw | Put a raw byte slice into storage. |
take | Remove |
take_or | Return the value of the item in storage under |
take_or_default | Remove |
take_or_else | Return the value of the item in storage under |