mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add Block AT to BlockReader (#12837)
This commit is contained in:
@ -22,7 +22,7 @@ pub struct MyRpcExt<Provider> {
|
||||
|
||||
impl<Provider> MyRpcExtApiServer for MyRpcExt<Provider>
|
||||
where
|
||||
Provider: BlockReaderIdExt + 'static,
|
||||
Provider: BlockReaderIdExt<Block = reth::primitives::Block> + 'static,
|
||||
{
|
||||
/// Showcasing how to implement a custom rpc method
|
||||
/// using the provider.
|
||||
|
||||
Reference in New Issue
Block a user