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

Function registerGTM

test/helpers/createInstances.js:309–312  ·  view source on GitHub ↗
(account_polymath)

Source from the content-addressed store, hash-verified

307}
308
309async function registerGTM(account_polymath) {
310 await I_MRProxied.registerModule(I_GeneralTransferManagerFactory.address, { from: account_polymath });
311 await I_MRProxied.verifyModule(I_GeneralTransferManagerFactory.address, { from: account_polymath });
312}
313
314async function registerAndVerifyByMR(factoryAdrress, owner, mr) {
315 await mr.registerModule(factoryAdrress, { from: owner });

Callers 1

setUpPolymathNetworkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected