Expand description
A scope containing a collection of Functions and constant values.
A module also has a ‘kind’ corresponding to the different Sway module types.
Structs§
- Module
- A wrapper around an ECS handle into the
Context. - Module
Iterator - An iterator over
Modules within aContext.
Enums§
- Config
Content - Kind
- The different ‘kinds’ of Sway module:
Contract,Library,PredicateorScript.