Near-One / near-plugins

Implementation of common patterns used for NEAR smart contracts.
Creative Commons Zero v1.0 Universal
27 stars 12 forks source link

chore: use `emit` to log events #96

Closed mooori closed 1 year ago

mooori commented 1 year ago

Use the emit method to cleanup code and avoid duplicating logging logic.