2

How can I check the account created by an owner is having a full Accesskey or function_call access key.

Elias Holzmann
  • 3,216
  • 2
  • 17
  • 33

1 Answers1

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

https://docs.near.org/docs/tools/near-cli#near-keys

Josh Ford
  • 316
  • 1
  • 3