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

[FEATURE REQUEST] Add a way to query for all keys on an account #190

Closed BenKurrek closed 1 year ago

BenKurrek commented 1 year ago

In sandbox, it would be awesome to have a way to query for all the keys for an account similar to how the NEAR CLI allows users to call near keys. This lets me see important information such as the allowance, how many keys the account has and what types of keys they have. I need to test this sort of information for my personal project.