UNPKG

ethers

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