ethereumjs / ethereumjs-wallet

Utilities for handling Ethereum keys
MIT License
986 stars 295 forks source link

Wallet is not exported for typescript. #152

Closed emilakesson99 closed 3 years ago

holgerd77 commented 3 years ago

Lacking context, will close.

emilakesson99 commented 3 years ago

Solved it. You should remove the brackets for the typescript import documentation 👍

holgerd77 commented 3 years ago

Thanks, could you point us to the code? Still not sure what you mean...

emilakesson99 commented 3 years ago

At this page and scroll down to :

import { Wallet } from 'ethereumjs-wallet'

For me, it had to be like this:

import Wallet from 'ethereumjs-wallet'

A very minor doc mistake, I guess.

I'm running typescript in nodejs though. So don't know the semantics there. Sorry for being abrupt.

holgerd77 commented 3 years ago

@emilakesson99 ah, thanks a lot for pointing out, have updated. 😄