UNPKG

@okxweb3/crypto-lib

Version:

A base package for @okxweb3/coin-*

3 lines (2 loc) 121 B
export declare function toAscii(input: string): Uint8Array; export declare function fromAscii(data: Uint8Array): string;