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

Function printMatmRow

CLI/commands/transfer_manager.js:811–813  ·  view source on GitHub ↗
(from, to, allowance, time, description)

Source from the content-addressed store, hash-verified

809}
810
811function printMatmRow(from, to, allowance, time, description) {
812 console.log(`\nDescription: ${web3.utils.toAscii(description)}\nFrom ${from} to ${to}\nAllowance: ${web3.utils.fromWei(allowance)}\nExpiry time: ${moment.unix(time).format('MMMM Do YYYY HH:mm')}\n`);
813}
814
815async function getApprovals() {
816 function ApprovalDetail(_from, _to, _allowance, _expiryTime, _description) {

Callers 1

matmExploreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected