UNPKG

@kraken-crypto/ccxt

Version:

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

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