mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add Receipt AT to ReceiptProvider (#12890)
This commit is contained in:
@ -166,7 +166,9 @@ fn block_provider_example<T: BlockReader<Block = reth_primitives::Block>>(
|
||||
|
||||
/// The `ReceiptProvider` allows querying the receipts tables.
|
||||
fn receipts_provider_example<
|
||||
T: ReceiptProvider + TransactionsProvider<Transaction = TransactionSigned> + HeaderProvider,
|
||||
T: ReceiptProvider<Receipt = reth_primitives::Receipt>
|
||||
+ TransactionsProvider<Transaction = TransactionSigned>
|
||||
+ HeaderProvider,
|
||||
>(
|
||||
provider: T,
|
||||
) -> eyre::Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user