2
0
mirror of synced 2025-02-24 12:08:10 +00:00
ethers.js/packages/rlp/index.d.ts

4 lines
157 B
TypeScript
Raw Normal View History

2019-05-14 18:48:48 -04:00
import { BytesLike } from "@ethersproject/bytes";
export declare function encode(object: any): string;
export declare function decode(data: BytesLike): any;