simolus3 / web3dart

Ethereum library, written in Dart.
MIT License
441 stars 270 forks source link

Transaction Lists #236

Closed rubywai closed 2 years ago

rubywai commented 2 years ago

How to get all transaction lists of an address or transaction detail of Hash? Thanks

rubywai commented 2 years ago

question

simolus3 commented 2 years ago

How to get all transaction lists of an address

I don't think this is possible without an external service indexing transactions for you.

transaction detail of Hash

getTransactionByHash / getTransactionReceipt.