ethers.js/lib.esm/utils/rlp-encode.d.ts

6 lines
229 B
TypeScript
Raw Permalink Normal View History

2022-09-05 16:57:11 -04:00
import type { RlpStructuredData } from "./rlp.js";
2022-09-15 22:58:45 -04:00
/**
2022-11-30 15:44:23 -05:00
* Encodes %%object%% as an RLP-encoded [[DataHexString]].
2022-09-15 22:58:45 -04:00
*/
2022-09-05 16:57:11 -04:00
export declare function encodeRlp(object: RlpStructuredData): string;
//# sourceMappingURL=rlp-encode.d.ts.map