您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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