paulmillr/micro-eth-signer

Export `address.js` in package.json

Closed this issue · 0 comments

Right now, addr can only be imported from the root entrypoint (index.js) which also ends up including tx.js and rlp.js in the bundle.

This is so addr object can be imported from micro-eth-signer/address entrypoint in a tree-shakeable manner.