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

fix(rpc): Tweak Query to conform to jsonrpc params #806

Closed snowypowers closed 2 years ago

snowypowers commented 2 years ago

Update the Query type to conform to JSONRPC specs to allow structure values under params. This means either an array or object.

Closes #805.