EOSIO / eosjs

General purpose library for the EOSIO blockchain.
http://eosio.github.io/eosjs
MIT License
1.43k stars 463 forks source link

getAbi is not a function inside the eos object. #323

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi now that the Jungle testnetwork is changing apis we can't do getCode anymore. I was doing that to get the abi of a contract. Now I wanted to change my call to getAbi() but it's not recognized :-( although it's in the eosjs docs. image

ghost commented 6 years ago

it seemed tha I was using an old version of eosjs. npm install eosjs@16.0.6 solved it. I was just doing npm without tag :-/