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§
Enums§
- The different ‘kinds’ of Sway module:
Contract
,Library
,Predicate
orScript
.