UNPKG

ethers

Version:
4 lines (3 loc) 154 B
import { Arrayish } from './bytes'; export declare function decode(textData: string): Uint8Array; export declare function encode(data: Arrayish): string;