init
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import type { BytesLike, RlpStructuredData } from "./index.js";
|
||||
/**
|
||||
* Decodes %%data%% into the structured data it represents.
|
||||
*/
|
||||
export declare function decodeRlp(_data: BytesLike): RlpStructuredData;
|
||||
//# sourceMappingURL=rlp-decode.d.ts.map
|
||||
Reference in New Issue
Block a user