ReferenceFunctions
hashtagChannelSecret()
function hashtagChannelSecret(name): Uint8Array;Defined in: packages/client/src/managers/channel-manager.ts:9
Derives the shared secret a hashtag channel (#name) uses from its name, SHA-256 truncated to the wire size.
Parameters
name
string
Returns
Uint8Array