MCPcopy Create free account
hub / github.com/PolymathNetwork/polymath-core / ModuleInfo

Function ModuleInfo

CLI/commands/token_manager.js:598–605  ·  view source on GitHub ↗
(_moduleType, _name, _address, _factoryAddress, _archived, _paused)

Source from the content-addressed store, hash-verified

596
597async function getAllModules() {
598 function ModuleInfo(_moduleType, _name, _address, _factoryAddress, _archived, _paused) {
599 this.name = _name;
600 this.type = _moduleType;
601 this.address = _address;
602 this.factoryAddress = _factoryAddress;
603 this.archived = _archived;
604 this.paused = _paused;
605 }
606
607 let modules = [];
608

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected