EIP712MetaTransaction
into your contract like below exampleEIP712MetaTransaction
in your contract.true
const biconomy = new Biconomy(provider,{apiKey: "<apiKey>", debug: true});
b). Before calling the method check if the web3 object has Biconomy set as its provider.
c). Check if the Smart Contract and Apis are registered properly on the Biconomy DashboardStandalone JS File
tab