UNPKG

xrpl-binary-codec-prerelease

Version:

XRP Ledger Protocol Binary Codec - For XRPL, Xahau and other networks (with dynamic definitions)

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