Loaded Module
constructor(name: ResolvedModuleName, sourceDigest: ByteArray, module: A_Module, version: ModuleVersion, compilation: ModuleCompilation)
Construct a new LoadedModule to represent information about an Avail module that has been loaded.
Parameters
name
The name of the module.
source Digest
The module source's cryptographic digest.
module
The actual A_Module loaded in the AvailRuntime.
version
The version of the module source.
compilation
Information about the specific ModuleCompilation that is loaded.