-
Notifications
You must be signed in to change notification settings - Fork 440
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
how can I get the hash value in TransactionInBlock ? #370
Comments
Hi @jesuasir007 |
oh that is I have get the transaction block number ,can I get transaction details by using transaction block ? |
check my comments bro |
let block = try? web3.eth.getBlockNumber() how can I get the transaction hash value in bk.transaction TransactionInBlock any one help about this topics |
If the transaction is completed for same blockl
The response You will get :
it has most of the details |
You can get these detail from transactions :
|
Hey, @jesuasir007 have your initial issue been resolved? Please let us know if it can be closed. If you still experience any problems, feel free to add more details in this issue or open another one. |
TransactionInBlock to hash data or string
how can I convert it.
The text was updated successfully, but these errors were encountered: