UNPKG

knitchain

Version:

Lightweight block-chain, without smart-contract

9 lines (7 loc) 132 B
'use strict'; module.exports = class Doc { constructor(value) { this.value = value; this.createdAt = Date.now(); }; };