Module frame_support::storage::child [−][src]
Operation on runtime child storages.
This module is a currently only a variant of unhashed with additional child_info.
Enums
| ChildInfo | Information related to a child state. |
| ChildType | Type of child. It does not strictly define different child type, it can also be related to technical consideration or api variant. |
| KillOutcome | The outcome of calling |
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_storage | Remove all |
| len | Return the length in bytes of the value without reading it. |
| put | Put |
| put_raw | Put a raw byte slice into storage. |
| root | Calculate current child root value. |
| 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 |