An open API service indexing awesome lists of open source software.

https://github.com/machinomy/types-rlp

TypeScript declaration for rlp package
https://github.com/machinomy/types-rlp

definitions ethereumjs types typescript

Last synced: 4 months ago
JSON representation

TypeScript declaration for rlp package

Awesome Lists containing this project

README

          

# TypeScript declaration for `rlp`

# Installation
Via npm:
```
npm install --save-dev types-rlp
```
or yarn:
```
yarn add types-rlp --dev
```
Don't forget to manually include `index.d.ts` within an `include` section of your `tsconfig.json`
```
"include": [
...
"./node_modules/types-rlp/index.d.ts"
]
```