mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(provider): add TransactionsProvider and WithdrawalsProvider (#1431)
This commit is contained in:
@ -191,8 +191,8 @@ where
|
||||
self.inner.signers.iter().flat_map(|s| s.accounts()).collect()
|
||||
}
|
||||
|
||||
async fn transaction_by_hash(&self, _hash: H256) -> Result<Option<TransactionSigned>> {
|
||||
todo!()
|
||||
async fn transaction_by_hash(&self, hash: H256) -> Result<Option<TransactionSigned>> {
|
||||
self.client().transaction_by_hash(hash)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user