Function
printMatmRow
(from, to, allowance, time, description)
Source from the content-addressed store, hash-verified
| 809 | } |
| 810 | |
| 811 | function 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 | |
| 815 | async function getApprovals() { |
| 816 | function ApprovalDetail(_from, _to, _allowance, _expiryTime, _description) { |
Tested by
no test coverage detected