CityOfZion / neon-js

Javascript libraries that allow the applications to interact with NEO blockchain
https://docs.coz.io/neo3/neon-js/index.html
MIT License
183 stars 166 forks source link

feat(wallet): Add arg to isAddress to verify version #798

Closed snowypowers closed 2 years ago

snowypowers commented 2 years ago

Add an optional arg to isAddress that allows users to specify a specific address version to match. If provided, the function will return false if the version does not match.

Resolve #797