UNPKG

iota-ternary

Version:

Fast utility functions for conversion between trytes, trits and bytes

3 lines (2 loc) 85 B
export const TRYTES = '9ABCDEFGHIJKLMNOPQRSTUVWXYZ' export const TRITS = [-1, 0, 1]