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

6 lines
235 B
TypeScript
Raw Normal View History

2023-10-10 03:27:56 +03:00
import type { RlpStructuredDataish } 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
*/
2023-10-10 03:27:56 +03:00
export declare function encodeRlp(object: RlpStructuredDataish): string;
2022-09-05 23:57:11 +03:00
//# sourceMappingURL=rlp-encode.d.ts.map