mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-29 00:59:58 -07:00
global: snapshot
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
use brk_structs::Height;
|
||||
use brk_structs::{BlockHash, Height};
|
||||
|
||||
pub enum BlockRange {
|
||||
Span { start: Height, end: Height },
|
||||
Start { start: Height },
|
||||
End { end: Height },
|
||||
Last { n: u32 },
|
||||
After { hash: BlockHash },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user