gitiumiota
Version:
IOTA Client Reference Implementation
11 lines (10 loc) • 760 B
text/typescript
export const ILLEGAL_LENGTH = 'Illegal trits length'
export const ILLEGAL_SUBSEED_INDEX = 'Illegal subseed length'
export const ILLEGAL_KEY_LENGTH = 'Illegal key length'
export const ILLEGAL_DIGESTS_LENGTH = 'Illegal digests length'
export const ILLEGAL_NORMALIZED_FRAGMENT_LENGTH = 'Illegal normalized fragment length'
export const ILLEGAL_SIGNATURE_FRAGMENT_LENGTH = 'Illegal signature fragment length'
export const ILLEGAL_BUNDLE_HASH_LENGTH = 'Illegal bundle hash length'
export const ILLEGAL_KEY_FRAGMENT_LENGTH = 'Illegal key fragment length'
export const ILLEGAL_TRIT_CONVERSION_INPUT = 'Illegal conversion input. Expected trits as Int8Array.'
export const ILLEGAL_TRYTE_CONVERSION_INPUT = 'Illegal conversion input. Expected trytes string or integer.'