Skip to content

Add return values to transaction receipt? #99

@dennismckinnon

Description

@dennismckinnon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions