You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

hash-prefixes.d.ts 169B

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 };