We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2465e92 commit d8b1e10Copy full SHA for d8b1e10
graph/src/util/conversions.rs
@@ -95,7 +95,7 @@ pub fn alloy_transaction_receipt_to_web3_transaction_receipt(
95
}
96
97
/// Converts alloy Block to web3 Block
98
-pub fn alloy_block_to_web3_block(_block: AlloyBlock) -> Web3Block<Web3Transaction> {
+pub fn alloy_block_to_web3_block(_block: Arc<AlloyBlock>) -> Arc<Web3Block<Web3Transaction>> {
99
unimplemented!(
100
"Block conversion from alloy to web3 not yet implemented - will be done when needed"
101
)
0 commit comments