Expand description
A scope containing a collection of Function
s 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
Module
s within aContext
.
Enums§
- Config
Content - Kind
- The different ‘kinds’ of Sway module:
Contract
,Library
,Predicate
orScript
.