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

ParameterType
depsSqliteDep

Returns

(ownerId, index): Result<BinaryTimestamp, SqliteError>;

Parameters

ParameterType
ownerIdBinaryOwnerId
indexnumber & Brand<"Int"> & Brand<"NonNegative">

Returns

Result<BinaryTimestamp, SqliteError>

Was this page helpful?