6 lines
235 B
TypeScript
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
|