Module frame_support::storage::hashed [−][src]
Operation on runtime storage using hashed keys.
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 |
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 |