ethers.js/lib.commonjs/utils/rlp-encode.d.ts
2023-10-09 20:27:56 -04:00

6 lines
235 B
TypeScript

import type { RlpStructuredDataish } from "./rlp.js";
/**
* Encodes %%object%% as an RLP-encoded [[DataHexString]].
*/
export declare function encodeRlp(object: RlpStructuredDataish): string;
//# sourceMappingURL=rlp-encode.d.ts.map