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
All EVM job structs require passing in contract_instance: Default::default() we should make this API private and instead use new(...)
Tangle job structs also have required fields that can be abstracted away as functions of the env, and per such, the constructor should reflect this requirement.
The text was updated successfully, but these errors were encountered:
tbraun96
changed the title
[TASK] Syntactic sugar for EVM Event handler constructor
[TASK] Syntactic sugar for EVM/Tangle Event handler constructor
Nov 5, 2024
Overview
All EVM job structs require passing in
contract_instance: Default::default()
we should make this API private and instead usenew(...)
Tangle job structs also have required fields that can be abstracted away as functions of the
env
, and per such, the constructor should reflect this requirement.The text was updated successfully, but these errors were encountered: