UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

6 lines 245 B
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