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.
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