UNPKG

@exodus/ethersproject-rlp

Version:

Recursive-Length Prefix (RLP) coder.

45 lines (44 loc) 1.08 kB
{ "author": "Richard Moore <me@ricmoo.com>", "dependencies": { "@exodus/ethersproject-bytes": "^5.4.2-exodus.0", "@exodus/ethersproject-logger": "^5.4.2-exodus.0" }, "description": "Recursive-Length Prefix (RLP) coder.", "ethereum": "donations.ethers.eth", "funding": [ { "type": "individual", "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" }, { "type": "individual", "url": "https://www.buymeacoffee.com/ricmoo" } ], "keywords": [ "Ethereum", "ethers", "rlp" ], "license": "MIT", "files": ["lib.esm"], "type": "module", "main": "./lib.esm/index.js", "module": "./lib.esm/index.js", "name": "@exodus/ethersproject-rlp", "publishConfig": { "access": "public" }, "repository": { "directory": "packages/rlp", "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "sideEffects": false, "types": "./lib.esm/index.d.ts", "version": "5.4.2-exodus.2" }