worldwide-asset-exchange / waxjs

Javascript API for integration with the WAX Cloud Wallet.
MIT License
126 stars 103 forks source link

How to get table row data? #65

Closed abdulmanan7 closed 2 years ago

abdulmanan7 commented 3 years ago

Is there any function defined that could help get_table_rows

includenull commented 2 years ago

You can use wax.api.rpc but this is only available after the user is logged in.

You should use eosjs to access get_table_rows outside of waxjs