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

Function showExemptedAddresses

CLI/commands/transfer_manager.js:1631–1634  ·  view source on GitHub ↗
(addresses)

Source from the content-addressed store, hash-verified

1629}
1630
1631function showExemptedAddresses(addresses) {
1632 console.log("*********** Exepmpted addresses ***********");
1633 addresses.map(i => console.log(i));
1634}
1635
1636async function changeExemptWallet() {
1637 let options = [

Callers 1

volumeRestrictionTMFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected