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

6 lines
229 B
TypeScript
Raw Normal View History

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