UNPKG

txq

Version:

TXQ: Bitcoin Transaction Storage Queue Service

6 lines (5 loc) 117 B
export class DateUtil { static now(): number { return Math.round((new Date().getTime() / 1000)); } }