API reference / @evolu/common / Evolu/Owner / ownerIdToOwnerIdBytes
Function: ownerIdToOwnerIdBytes()
function ownerIdToOwnerIdBytes(
ownerId,
): Uint8Array<ArrayBufferLike> &
Brand<"Length16"> &
Brand<"IdBytes"> &
Brand<"OwnerIdBytes">;
Defined in: packages/common/src/Evolu/Owner.ts:90
Parameters
| Parameter | Type |
|---|---|
ownerId | string & Brand<"Id"> & Brand<"OwnerId"> |
Returns
Uint8Array<ArrayBufferLike> & Brand<"Length16"> & Brand<"IdBytes"> & Brand<"OwnerIdBytes">