UNPKG

ccxt

Version:

A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 100+ exchanges

15 lines (12 loc) 566 B
// ---------------------------------------------------------------------------- // PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN: // https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code // EDIT THE CORRESPONDENT .ts FILE INSTEAD /** * 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";