mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
7 lines
169 B
TypeScript
7 lines
169 B
TypeScript
import { Buffer } from 'buffer/';
|
|
/**
|
|
* Maps HashPrefix names to their byte representation
|
|
*/
|
|
declare const HashPrefix: Record<string, Buffer>;
|
|
export { HashPrefix };
|