use super::*; #[derive(Debug, Parser)] pub(crate) struct Info { #[arg(long)] transactions: bool, } #[derive(Serialize, Deserialize)] pub struct TransactionsOutput { pub start: u32, pub end: u32, pub count: u32, pub elapsed: f64, } impl Info { pub(crate) fn run(self, options: Options) -> SubcommandResult { let index = Index::open(&options)?; index.update()?; let info = index.info()?; if self.transactions { let mut output = Vec::new(); for window in info.transactions.windows(2) { let start = &window[0]; let end = &window[1]; output.push(TransactionsOutput { start: start.starting_block_count, end: end.starting_block_count, count: end.starting_block_count - start.starting_block_count, elapsed: (end.starting_timestamp - start.starting_timestamp) as f64 / 1000.0 / 60.0, }); } Ok(Box::new(output)) } else { Ok(Box::new(info)) } } }

Inscription #44970008

ID

6ee19c992c...2ce0dd34i0

magiceden

0.001

$ 67.01

Detail

History

Action
Price
Marketplace
From
To
Time

INSCRIBED

-

-

-ll06

9 months

Sign Up for our Newsletter

And be the first to know about any updates!

OrdinalHub logo

All Rights Reserved OrdinalHub.com 2024

Support

Follow Us