Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
jsvisa 2024-12-14 10:12:30 +08:00
parent 543a8566de
commit cc07116c4a
No known key found for this signature in database
GPG key ID: 06611D50DEB243B6

View file

@ -70,13 +70,9 @@ Return:
"gasCost": 3, "gasCost": 3,
"depth": 1, "depth": 1,
"error": null, "error": null,
"stack":[ "stack": [ ... ],
],
"memory": null, "memory": null,
"storage":{ "storage": { ... }
}
}, },
{ {
"pc": 2, "pc": 2,
@ -89,13 +85,9 @@ Return:
"0000000000000000000000000000000000000000000000000000000000000060" "0000000000000000000000000000000000000000000000000000000000000060"
], ],
"memory": null, "memory": null,
"storage":{ "storage": { ... }
}
}, },
... ...
``` ```
## Native tracers {#native-tracers} ## Native tracers {#native-tracers}