diff --git a/chain-signatures/node/src/indexer_eth/indexer_eth_direct_rpc.rs b/chain-signatures/node/src/indexer_eth/indexer_eth_direct_rpc.rs
index 47b09c46..7d299d5b 100644
--- a/chain-signatures/node/src/indexer_eth/indexer_eth_direct_rpc.rs
+++ b/chain-signatures/node/src/indexer_eth/indexer_eth_direct_rpc.rs
@@ -62,6 +62,17 @@ impl RpcEthereumClient {
self.transaction_by_hash(tx_hash).await
}
+ pub async fn get_transaction_receipt(
+ &self,
+ tx_hash: alloy::primitives::B256,
+ ) -> anyhow::Result