6 lines
205 B
TypeScript
6 lines
205 B
TypeScript
import type { BytesLike, RlpStructuredData } from "./index.js";
|
|
/**
|
|
* Decodes %%data%% into the structured data it represents.
|
|
*/
|
|
export declare function decodeRlp(_data: BytesLike): RlpStructuredData;
|