Is your feature request related to a problem? Please describe.
After sending a contract call transaction from an app, I would like to show the result.
This requires:
waiting until the transaction is sucessfully processed by stacks-blockchain-api
retrieving the transaction result from stacks-blockchain-api
Describe the solution you'd like
Add a model for the transaction data used by stacks-blockchain-api
Add a function that deals with waiting for a processing result of transaction.
Additional context
Prototyping with speed-spend.netlifyapp.com
Is your feature request related to a problem? Please describe. After sending a contract call transaction from an app, I would like to show the result. This requires:
Describe the solution you'd like
Additional context Prototyping with speed-spend.netlifyapp.com