Expand description
Interface for accessing the child storage for default child trie, from within the runtime.
Structs§
- Host
Functions - Provides implementations for the extern host functions.
Functions§
- clear
- Clear a child storage key.
- clear_
prefix - Clear the child storage of each key-value pair where the key starts with the given
prefix
. - exists
- Check a child storage key.
- get
- Get a default child storage value for a given key.
- next_
key - Child storage key iteration.
- read
- Allocation efficient variant of
get
. - root
- Default child root calculation.
- set
- Set a child storage value.
- storage_
kill - Clear a child storage key.