Timestamped
Source: contracts.js:57
Adds created/updated timestamps to whatever it is mixed into.
Example
CODE
Object.assign(MyClass.prototype, Timestamped);Static Methods
touch() -> void
static
contracts.js:73Stamp the host object as updated now.
This: {Object}
Returns
void
Static Fields
createdAt
static
contracts.js:64When the host object was created.
Type
number