UNPKG

@ecash/lib

Version:

Library for eCash transaction building

5 lines 263 B
/** Turn a UTF-8 encoded string into a Uint8Array */ export declare function strToBytes(str: string): Uint8Array; /** Turn a Uint8Array into a UTF-8 encoded string */ export declare function bytesToStr(bytes: Uint8Array): string; //# sourceMappingURL=str.d.ts.map