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
Copy file name to clipboardExpand all lines: plugins/trace_api_plugin/include/eosio/trace_api/abi_data_handler.hpp
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,13 @@ namespace eosio {
31
31
voidadd_abi( const chain::name& name, const chain::abi_def& abi );
32
32
33
33
/**
34
-
* Given an action trace, produce a variant that represents the `data` field in the trace
34
+
* Given an action trace, produce a tuple representing the `data` and `return_value` fields in the trace
35
35
*
36
36
* @param action - trace of the action including metadata necessary for finding the ABI
37
37
* @param yield - a yield function to allow cooperation during long running tasks
38
-
* @return variant representing the `data` field of the action interpreted by known ABIs OR an empty variant
38
+
* @return tuple with the first element is a variant representing the `data` field of the action interpreted by known ABIs OR an empty variant, the second element representing the `return_value` field of the trace.
0 commit comments