Modules§
Structs§
- BTree
Map - An ordered map based on a B-Tree.
- Box
- A pointer type that uniquely owns a heap allocation of type
T. - Vec
- A contiguous growable array type, written as
Vec<T>, short for ‘vector’.
Constants§
- DEFAULT_
MAX_ STEPS_ IN_ EXECUTION - GET_
STATE_ FUNCTION_ CODE - A function pointer for getting local state
- MAX_
PARAMETERS_ IN_ FUNCTION - The maximum amount of parameters we allow users to pass to a function
- MAX_
SELECTION_ NAME_ LENGTH - The max length in bytes that a selector name can be, e.g for Kusama,
ksm - POST_
SIGNAL_ FUNCTION_ CODE - A function pointer for posting execution signals
- SUBMIT_
FUNCTION_ CODE - A function pointer for submitting side effects
Traits§
- Debug
?formatting.
Derive Macros§
- Debug
- Derive macro generating an impl of the trait
Debug.