mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
8 lines
291 B
JavaScript
8 lines
291 B
JavaScript
{
|
|
// required function that is invoked when a step fails
|
|
fault: function(log, db) { },
|
|
// required function that returns the result of the tracer: empty object
|
|
result: function(ctx, db) { return {}; },
|
|
// optional function that is invoked for every opcode
|
|
step: function(log, db) { }
|
|
} |