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

Function updateTokenDetails

CLI/commands/token_manager.js:230–234  ·  view source on GitHub ↗
(updatedDetails)

Source from the content-addressed store, hash-verified

228
229// Token actions
230async function updateTokenDetails(updatedDetails) {
231 let updateTokenDetailsAction = securityToken.methods.updateTokenDetails(updatedDetails);
232 await common.sendTransaction(updateTokenDetailsAction);
233 console.log(chalk.green(`Token details have been updated successfully!`));
234}
235
236async function freezeTransfers() {
237 let freezeTransfersAction = securityToken.methods.freezeTransfers();

Callers 1

selectActionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected