Crate t3rn_sdk_primitives
source ·Modules
Structs
- An ordered map based on a B-Tree.
- A pointer type that uniquely owns a heap allocation of type
T
. - A contiguous growable array type, written as
Vec<T>
, short for ‘vector’.
Constants
- The ceiling max steps in execution, subject to change
- A function pointer for getting local state
- The maximum call length for a side effect, in bytes
- The maximum amount of parameters we allow users to pass to a function
- A function pointer for posting execution signals
- A function pointer for submitting side effects
Traits
?
formatting.
Derive Macros
- Derive macro generating an impl of the trait
Debug
.