You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Hello guys, I am working on developing a token on the eosio blockchain, and I have ran into an issue when configuring an action to require a particular permission before it can be executed, from the docs eosio::check_permission_authorization is the function that i would use for a particular permission on a transaction.
But when I am using it in my code the compiler is returning an error error: no type named 'check_permission_authorizatio
n' in namespace 'eosio'
can any one help me with this.
The text was updated successfully, but these errors were encountered:
Hello guys, I am working on developing a token on the eosio blockchain, and I have ran into an issue when configuring an action to require a particular permission before it can be executed, from the docs eosio::check_permission_authorization is the function that i would use for a particular permission on a transaction.
But when I am using it in my code the compiler is returning an error error: no type named 'check_permission_authorizatio
n' in namespace 'eosio'
can any one help me with this.
The text was updated successfully, but these errors were encountered: