Crate t3rn_sdk_primitives

Crate t3rn_sdk_primitives 

Source

Modules§

error
signal
state
storage
xc

Structs§

BTreeMap
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.