Uses of Class
org.starcoin.types.Module
-
Packages that use Module Package Description org.starcoin.types -
-
Uses of Module in org.starcoin.types
Fields in org.starcoin.types with type parameters of type Module Modifier and Type Field Description List<Module>Package.Builder. modulesList<Module>Package. modulesMethods in org.starcoin.types that return Module Modifier and Type Method Description static ModuleModule. bcsDeserialize(byte[] input)ModuleModule.Builder. build()static ModuleModule. deserialize(Deserializer deserializer)Constructor parameters in org.starcoin.types with type arguments of type Module Constructor Description Package(AccountAddress package_address, List<Module> modules, Optional<ScriptFunction> init_script)
-