UNPKG
@brtnetwork/brt-binary-codec
Version:
latest (1.1.1)
1.1.1
BRT Ledger binary codec
github.com/BRTNetwork/js-brt-binary-codec
BRTNetwork/js-brt-binary-codec
@brtnetwork/brt-binary-codec
/
dist
/
hash-prefixes.d.ts
7 lines
(6 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Buffer
}
from
"buffer/"
;
/** * Maps HashPrefix names to their byte representation */
declare
const
HashPrefix
:
Record
<
string
,
Buffer
>;
export
{
HashPrefix
};