Home > @holochain/client > HASH_TYPE_PREFIX
Hash type labels and their 3 byte values (forming the first 3 bytes of hash).
From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs
Signature:
HASH_TYPE_PREFIX: {
Agent: Uint8Array;
Entry: Uint8Array;
Dna: Uint8Array;
Action: Uint8Array;
External: Uint8Array;
}