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 60735cc commit c4a56c8Copy full SHA for c4a56c8
hermes/crates/cardano-chain-follower/src/lib.rs
@@ -119,7 +119,8 @@ impl Reader {
119
/// # Errors
120
///
121
/// Returns Err if the block was not found or if some communication error ocurred.
122
- pub async fn read_block(&mut self, _at: Point) -> Result<MultiEraBlockData> {
+ pub async fn read_block<P>(&mut self, _at: P) -> Result<MultiEraBlockData>
123
+ where P: Into<PointOrTip> {
124
todo!()
125
}
126
0 commit comments