-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Add to GraphQL API or ClientSDK way to get Tx_hash before broadcasting to the network. #9378
Comments
To reply to your comment here:
I'm not aware of an existing API for this, aside from the the GraphQL APIs for transactions submitted to a network. In the meantime, you may find it helpful to run an isolated local node with I was surprised that this wasn't already in the SDK tbh. @bkase / @MartinMinkov, seems like an easy add? |
we are integrating Mina, and need getPaymentHash in sdk as well. Please help us to add this function. |
Opened PR #9394 for this. |
@SerhiiYakhin I don't see any other implementation except in the ClientSDK @mrmr1993 I have a signed transaction for rosetta, can you tell me how to generate the hash from this json?
I'm not familiar with ocaml, can you describe the specific details in language, or show it in pseudocode in other languages? |
Hi,
I develop my wallet and I want to add Mina support to it.
For this I desperately need to know Transaction Hash of signed transaction BEFORE I will broadcast it through
sendPayment(signature: SignatureInput, input: SendPaymentInput!): SendPaymentPayload!
I investigate:
In the last two I see how you get tx hash - but it's challenging to rewrite and bind it to my NodeJS.
I think that for experienced and talented Mina developers it can be done pretty fast.
And I am sure that this will greatly help all developers to integrate Mina.
Kinda like
GraphQL Schema query:
Or
ClientSDK:
or
The text was updated successfully, but these errors were encountered: