UNPKG

@kraken-crypto/ccxt

Version:

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

9 lines (8 loc) 284 B
/** * The [[link-rlp]] (RLP) encoding is used throughout Ethereum * to serialize nested structures of Arrays and data. * * @_subsection api/utils:Recursive-Length Prefix [about-rlp] */ export { decodeRlp } from "./rlp-decode.js"; export { encodeRlp } from "./rlp-encode.js";