Sha256: d31325f64037cc144057f7ea60bab77ee9ddabd61f5ec2bb5561f085e6dda245

Contents?: true

Size: 471 Bytes

Versions: 1

Compression:

Stored size: 471 Bytes

Contents

import { TBinaryIn } from '../crypto/interface';
export declare const stringToBytes: (str: string, encoding?: "utf8" | "raw") => Uint8Array;
export declare const bytesToString: (bytes: TBinaryIn, encoding?: "utf8" | "raw") => string;
/**
 * Converts each character to byte
 */
export declare const binaryStringToBytes: (str: string) => Uint8Array;
/**
 * Reads each byte as individual character
 */
export declare const bytesToBinaryString: (bytes: TBinaryIn) => string;

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
waves_lib-0.1.0 js/node_modules/@waves/ts-lib-crypto/conversions/string-bytes.d.ts