選択できるのは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 };