How can I check the account created by an owner is having a full Accesskey or function_call access key.
Asked
Active
Viewed 173 times
1 Answers
4
Yep! You can view the permissions for access keys via our access keys RPC endpoints:
https://docs.near.org/docs/api/rpc#access-keys
An easy way to do this is to run a near-cli
command:
near keys ACCOUNT_ID

Josh Ford
- 316
- 1
- 3
-
is there any similar way with smart contracts? – Shreyas S Bhat Jul 09 '21 at 06:46
-
There is no way to check the access key permissions inside a smart contract. – mikeDOTexe Jul 09 '21 at 16:28