UNPKG

cipher-ethereum

Version:

An Ethereum library used by Cipher Browser, a mobile Ethereum client

6 lines (4 loc) 121 B
declare module 'rlp' { type Item = Buffer | string | number export function encode (input: Item | Item[]): Buffer }