UNPKG

@ecash/lib

Version:

Library for eCash transaction building

5 lines 273 B
export declare function toHex(buffer: Uint8Array): string; export declare function toHexRev(buffer: Uint8Array): string; export declare function fromHex(str: string): Uint8Array; export declare function fromHexRev(str: string): Uint8Array; //# sourceMappingURL=hex.d.ts.map