UNPKG

tokyo-solidity-template

Version:
7 lines (5 loc) 210 B
import moment from "moment"; // Returns a moment.js instance representing the time of the last mined block export default function latestTime() { return moment.unix(web3.eth.getBlock("latest").timestamp); }