subsembly-core
Types and modules for Subsembly
Last updated
Was this helpful?
Types and modules for Subsembly
Last updated
Was this helpful?
subsembly-core
is a library that provides the core components and types for the Subsembly
framework.
Folder consists of commonly used types in Subsembly
, such as, Header
, Extrinsic
, Block
, etc. All the models implement Codec interface from and have corresponding SCALE encoding and decoding methods.
Folder consists of commonly used modules inside Subsembly
runtime. For instance, Log
class to display messages to the Host.
Folder consists of commonly used utility functions in Subsembly
. For instance, it includes methods for serialising and deserialising data incoming from the Host.