ethers.js/utils/rlp.d.ts

4 lines
142 B
TypeScript

import { Arrayish } from './bytes';
export declare function encode(object: any): string;
export declare function decode(data: Arrayish): any;