Gets the transactions involving the provided addresses. It's also possible to provide a block number to only look for transactions since that block inclusive
an array of transactions involving the addresses
Gets the transactions matching the provided hashes.
an array of transactions
ProviderError
Generated using TypeDoc
Gets the blocks matching the provided hashes.
Returns
an array of blocks, same length and in the same order as
hashes
argument.