ton-connect / sdk

SDK for TON Connect 2.0 — a comprehensive communication protocol between wallets and apps in TON ecosystem
Apache License 2.0
165 stars 40 forks source link

[UI-REACT]: allow user access to provider returned details on sendTransaction #188

Open jagjit-1 opened 2 weeks ago

jagjit-1 commented 2 weeks ago

Is your feature request related to a problem?

While using sendTransaction method, i am only getting boc of my request body in return whereas i would like access to other information such as transaction hash etc returned by the provider, currently sendTransaction implementation only return the boc given by the provider.

Describe the solution you'd like

I would like to have access to all the details returned by the provider on a send transaction event.

Describe alternatives you've considered

No response

Additional context

No response