eosio.cdt icon indicating copy to clipboard operation
eosio.cdt copied to clipboard

check_permission_authorization not found in EOSIO namespace

Open taaha827 opened this issue 3 years ago • 0 comments

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.

taaha827 avatar Jul 13 '21 06:07 taaha827