UNPKG

@dartess/multicoin-address-validator

Version:

Multicoin address validator for Bitcoin and other Altcoins ported to TypeScript.

2 lines (1 loc) 90 B
export declare function byteArray2hexStr(byteArray: Array<number> | Uint8Array): string;