The transaction trace is returned to the caller of push_transaction.
transact plugin should parse the trace, retrieve the packed return value, unpack it to a json string, and return it to the caller.
This allows UIs to get the action return value directly from the service.
Background
The transaction trace is returned to the caller of
push_transaction
.transact
plugin should parse the trace, retrieve the packed return value, unpack it to a json string, and return it to the caller. This allows UIs to get the action return value directly from the service.Dependencies