What is stored in `log.data` of the `log` parameter of `checkLog(…)` function of a chainlink upkeep contract
When a checkLog(...)
function is triggered on upkeep contract, what will be avaialable in the log.data
parameter of the log
. For example in this case:
Chainlink Keeper Not Triggering Function Calls for Game Contracts Despite Successful Off-Chain API Calls
I am working on a blockhain game, using Chainlink Automation && Functions to manage game logic and API interactions.
The game itself deployed on “Vercel” as a client side, and server deployed to “Replit”.