♻️ taggedId.ts

This commit is contained in:
nirholas
2026-03-31 10:24:32 +00:00
parent c0857368e3
commit 74add6956a

View File

@@ -52,3 +52,4 @@ export function toTaggedId(tag: string, uuid: string): string {
const n = uuidToBigInt(uuid)
return `${tag}_${VERSION}${base58Encode(n)}`
}