ethers.js/packages/rlp/lib/encode.d.ts

3 lines
159 B
TypeScript
Raw Permalink Normal View History

2022-04-11 17:14:19 -04:00
import type { RlpStructuredData } from "./types.js";
export declare function encodeRlp(object: RlpStructuredData): string;
//# sourceMappingURL=encode.d.ts.map