ethers.js/lib.commonjs/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";
2023-03-03 18:25:07 -07:00
/**
* Encodes %%object%% as an RLP-encoded [[DataHexString]].
*/
2023-10-09 20:27:56 -04:00
export declare function encodeRlp(object: RlpStructuredDataish): string;
//# sourceMappingURL=rlp-encode.d.ts.map