4 lines
157 B
TypeScript
4 lines
157 B
TypeScript
import { BytesLike } from "@ethersproject/bytes";
|
|
export declare function encode(object: any): string;
|
|
export declare function decode(data: BytesLike): any;
|