hash-prefixes.d.ts 169 B

123456
  1. import { Buffer } from 'buffer/';
  2. /**
  3. * Maps HashPrefix names to their byte representation
  4. */
  5. declare const HashPrefix: Record<string, Buffer>;
  6. export { HashPrefix };