Create a 32-byte channel hash from a human-readable channel name.
Channels enable last-write-wins semantics: for a given channel, only the most recent statement (by timestamp) is retained.
A human-readable channel name (e.g., "presence/peer-abc").
A branded 32-byte channel hash.
const channel = createChannel("presence/peer-abc123"); Copy
const channel = createChannel("presence/peer-abc123");
Create a 32-byte channel hash from a human-readable channel name.
Channels enable last-write-wins semantics: for a given channel, only the most recent statement (by timestamp) is retained.