2023-10-10 03:27:56 +03:00
|
|
|
import type { RlpStructuredDataish } from "./rlp.js";
|
2023-03-04 04:25:07 +03:00
|
|
|
/**
|
|
|
|
* Encodes %%object%% as an RLP-encoded [[DataHexString]].
|
|
|
|
*/
|
2023-10-10 03:27:56 +03:00
|
|
|
export declare function encodeRlp(object: RlpStructuredDataish): string;
|
2023-04-27 15:19:55 +03:00
|
|
|
//# sourceMappingURL=rlp-encode.d.ts.map
|