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

Function processArray

CLI/commands/sto_manager.js:376–386  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

374}
375
376async function processArray(array) {
377 let result = true;
378 for (const address of array) {
379 let symbol = await checkSymbol(address);
380 if (symbol == "") {
381 result = false;
382 console.log(`${address} seems not to be a stable coin`)
383 }
384 }
385 return result
386}
387
388async function processAddress(array) {
389 let list = [];

Callers 1

Calls 1

checkSymbolFunction · 0.70

Tested by

no test coverage detected