()
| 23 | |
| 24 | /** Return the current time as Atomic Data timestamp. Milliseconds since unix epoch. */ |
| 25 | export function getTimestampNow(): number { |
| 26 | return Math.round(new Date().getTime()); |
| 27 | } |
| 28 | |
| 29 | /** A {@link Commit} without its signature, signer and timestamp */ |
| 30 | export class CommitBuilder implements CommitBuilderI { |
no outgoing calls
no test coverage detected