near / near-workspaces-js

Write tests once, run them both on NEAR TestNet and a controlled NEAR Sandbox local environment
https://near.github.io/near-workspaces-js/
GNU General Public License v3.0
42 stars 21 forks source link

Fix args type in view call, now also accept buffer #117

Closed ailisp closed 2 years ago

ailisp commented 2 years ago

This is a similar issue to #107 but in view and view_raw calls. Tested with local npm link (with hacks to workaround #116 ). Now view/view_raw can also take buffer arguments.