API reference / @evolu/common / local-first / ownerIdToOwnerIdBytes

Function: ownerIdToOwnerIdBytes()

function ownerIdToOwnerIdBytes(
  ownerId,
): Uint8Array<ArrayBufferLike> &
  Brand<"Length16"> &
  Brand<"IdBytes"> &
  Brand<"OwnerIdBytes">;

Defined in: packages/common/src/local-first/Owner.ts:80

Converts OwnerId to OwnerIdBytes.

Parameters

ParameterType
ownerIdstring & Brand<"Id"> & Brand<"OwnerId">

Returns

Uint8Array<ArrayBufferLike> & Brand<"Length16"> & Brand<"IdBytes"> & Brand<"OwnerIdBytes">

Was this page helpful?