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

Function showExcluded

CLI/commands/dividends_manager.js:770–774  ·  view source on GitHub ↗
(excluded)

Source from the content-addressed store, hash-verified

768}
769
770function showExcluded(excluded) {
771 console.log('Current default excluded addresses:')
772 excluded.map(address => console.log(address));
773 console.log();
774}
775
776async function getAllModulesByType(type) {
777 function ModuleInfo(_moduleType, _name, _address, _factoryAddress, _archived, _paused) {

Callers 2

dividendsManagerFunction · 0.85
setDefaultExclusionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected