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
| Parameter | Type |
|---|---|
ownerId | string & Brand<"Id"> & Brand<"OwnerId"> |
Returns
Uint8Array<ArrayBufferLike> & Brand<"Length16"> & Brand<"IdBytes"> & Brand<"OwnerIdBytes">