UNPKG

139 BTypeScriptView Raw
1/**
2 * Maps HashPrefix names to their byte representation
3 */
4declare const HashPrefix: Record<string, Uint8Array>;
5export { HashPrefix };