@polkadot/util-rlp
TypeScript icon, indicating that this package has built-in type declarations

1.8.1 • Public • Published

@polkadot/util-rlp

Utility methods for encoding and decoding Ethereum RLP structures. This is port adapted from the original EthereumJS RLP implementation to cater for Uint8Array outputs (instead of Buffer) in addition to typings.

Usage

Installation -

yarn add @polkadot/util-rlp

Functions can be imported as follows:

import { decode } from '@polkadot/util-rlp';
import { encode } from '@polkadot/util-rlp';

Utilities

Utilities

Readme

Keywords

Package Sidebar

Install

npm i @polkadot/util-rlp

Weekly Downloads

59

Version

1.8.1

License

MPL-2.0

Unpacked Size

38.8 kB

Total Files

52

Last publish

Collaborators

  • polkadotjs
  • jacogr