We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
let block = try? web3.eth.getBlockNumber() print(block) let bk = try? web3.eth.getBlockByNumber(block) print(bk.transactions)
how can I get the transaction hash value in bk.transaction TransactionInBlock
any one help about this topics
Originally posted by @jesuasir007 in #370 (comment)
The text was updated successfully, but these errors were encountered:
What is the response from print(bk.transactions)?
print(bk.transactions)
Sorry, something went wrong.
response is [web3swift.TransactionInBlock.hash(32 bytes)
What is the response from print(bk.transactions)? response is [web3swift.TransactionInBlock.hash(32 bytes)]
Duplicate of #370
No branches or pull requests
let block = try? web3.eth.getBlockNumber()
print(block)
let bk = try? web3.eth.getBlockByNumber(block)
print(bk.transactions)
how can I get the transaction hash value in bk.transaction TransactionInBlock
any one help about this topics
Originally posted by @jesuasir007 in #370 (comment)
The text was updated successfully, but these errors were encountered: