-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
I know that due to the time it takes to confirm a transaction into a block that there is no guarantee that the return data would be correct. But it would be helpful If I could get the return value of a transaction returned with the receipt.
For reference. BroadcastTx returns a result of a receipt type:
https://github.com/tendermint/tendermint/blob/develop/rpc/core_client/client_methods.go#L85
In essence I would like the fields from ResponseCall:
https://github.com/tendermint/tendermint/blob/develop/rpc/core/types/responses.go#L14-L18
Included with the Receipt:
https://github.com/tendermint/tendermint/blob/develop/rpc/core/types/responses.go#L45-L49
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels