[SOLVED] How to call Ownable function from runContractFunction

Does anyone know how to call Ownable function from runContractFunction?

My smart contract has an ownable function which is callable only from owner.

Is there a way to call Ownable function from runContractFunction?

https://deep-index.moralis.io/api-docs/#/native/runContractFunction

with runContractFunction you can call only read only functions

1 Like