bitomc 0.1.4

BitOMC wallet and indexer
Documentation
1
2
3
4
5
use super::*;

pub(crate) fn run(settings: Settings) -> SubcommandResult {
  Ok(Some(Box::new(settings)))
}