UNPKG

ripple-binary-codec

Version:
6 lines (5 loc) 139 B
/** * Maps HashPrefix names to their byte representation */ declare const HashPrefix: Record<string, Uint8Array>; export { HashPrefix };