Module traits

Source

Structs§

CodeInfo
Struct that represents information about a Code.
Limits
Struct representing limits on numbers (such has min and max values) Sadly SCALE supports only unsigned integers, so we need to wrap the limits to u64 and unwrap them when decoding.
Record
TableInfo
Trait
Struct represents a Trait
VariableTypeInfo
Struct contains information about a variable type

Enums§

CodeType
Enum that represents the type of Code.
VariableType
Enum represents all the possible types that a variable can be