Crate mempool_space

source ·
Expand description

mempool_space, a mempool.space API lib.

Author: @RandyMcMillan (randy.lee.mcmillan@gmail.com) https://github.com/RandyMcMillan/mempool_space.git

Re-exports§

Modules§

  • Command-line argument parser.
  • pub mod async_target Module contains utilities for asynchronous, iterative “Target” reachability checking.
  • pub mod blockheight
  • Configuration file parser.
  • pub mod error Module containing all custom error types. All type shall implement Error.
  • pub mod resolve_policy Module containing everything related network name resolution and filtering of the resolved IP addresses.
  • pub mod target Module containing “Target” related functionality.
  • Custom error implementation.
  • Upload handler.

Functions§

  • pub fn blocking(api: &String) -> Result<&str>
  • pub fn run(args: Args) -> Result<()>