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