@orangecheck/stamp-ots / parseTimestamp
Function: parseTimestamp()
function parseTimestamp(bytes: Uint8Array, digest: Uint8Array): OtsTimestamp;
Defined in: ots.ts:147
Parse a bare timestamp whose root message is digest.
Parameters
| Parameter | Type |
|---|---|
bytes | Uint8Array |
digest | Uint8Array |