aeternity/aepp-sdk-js

`getBalance` throws account not found exception because error detection is not working in some envs

davidyuk opened this issue · 0 comments

return error instanceof RestError && error.statusCode === 404