ethers.js/packages/rlp/lib/encode.d.ts
2022-04-11 17:14:19 -04:00

3 lines
159 B
TypeScript

import type { RlpStructuredData } from "./types.js";
export declare function encodeRlp(object: RlpStructuredData): string;
//# sourceMappingURL=encode.d.ts.map