gofractally / psibase

Open source protocol enabling communities to easily self-host web applications
https://docs.psibase.io
MIT License
28 stars 7 forks source link

Return values to client #833

Open James-Mart opened 2 months ago

James-Mart commented 2 months ago

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

James-Mart commented 2 weeks ago

Probably depends on #762