@orangecheck/stamp-ots / mergeAt
Function: mergeAt()
function mergeAt(ts: OtsTimestamp, upgrade: OtsTimestamp): boolean;
Defined in: ots.ts:218
Graft upgrade (a timestamp rooted at some node's message) onto the node
with that message, as python-opentimestamps' Timestamp.merge does. Returns
false when no node carries that message.
Parameters
| Parameter | Type |
|---|---|
ts | OtsTimestamp |
upgrade | OtsTimestamp |
Returns
boolean