github-actions
released this
15 Jul 23:08
·
3 commits
to main
since this release
Minor Changes
-
#61
7971e995b52dfbc764dba607e9fd40dea5ca0ef0
Thanks @pkudinov! - Added:Block.functionCalls
to get an array of FunctionCallView in this block, with different filtersBlock.functionCallsToReceiver
to get an array of FunctionCallView to a specific receiver, optionally specifying method nameFunctionCallView
type that provides complete information about the function call, including parsed arguments and events
Changed:
Event
class has been changed to inline RawEvent fields.