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

6 lines
235 B
TypeScript
Raw Permalink Normal View History

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