API Reference / @evolu/common / Evolu/Storage / getTimestampByIndex
Function: getTimestampByIndex()
function getTimestampByIndex(deps): (ownerId, index) => Result<BinaryTimestamp, SqliteError>;
Defined in: packages/common/src/Evolu/Storage.ts:1200
Parameters
Parameter | Type |
---|---|
deps | SqliteDep |
Returns
(ownerId, index): Result<BinaryTimestamp, SqliteError>;
Parameters
Parameter | Type |
---|---|
ownerId | BinaryOwnerId |
index | number & Brand <"Int" > & Brand <"NonNegative" > |