ReferenceFunctions
publicKeyPrefixToBytes()
function publicKeyPrefixToBytes(keyOrPrefix): Uint8Array;Defined in: packages/protocol/src/keys.ts:30
The first 6 bytes of a public key or key prefix, as received messages identify senders.
Parameters
keyOrPrefix
string
At least 12 hex characters
Returns
Uint8Array