worldwide-asset-exchange / waxjs

Javascript API for integration with the WAX Cloud Wallet.
MIT License
126 stars 103 forks source link

Make `userAccount` public #42

Open ssijak opened 3 years ago

ssijak commented 3 years ago

There is no reason that userAccount is private. Typescript complains when I try to access it on WaxJS objects so I need to add //@ts-ignore each time I am using it.