Docs.rs
  • cosmos-indexer-0.1.0
    • cosmos-indexer 0.1.0
    • Permalink
    • Docs.rs crate page
    • GPL-3.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • afsardo
    • Dependencies
      • anyhow ^1.0.70 normal
      • async-nats ^0.29.0 normal
      • aws-config ^0.55.0 normal
      • aws-sdk-sns ^0.25.0 normal
      • aws-sdk-sqs ^0.25.0 normal
      • base64 ^0.21.0 normal
      • bytes ^1.4.0 normal
      • dotenv ^0.15.0 normal
      • env_logger ^0.10.0 normal
      • log ^0.4.17 normal
      • mongodb ^2.4.0 normal
      • reqwest ^0.11.14 normal
      • serde ^1.0.154 normal
      • serde_json ^1.0.94 normal
      • serde_yaml ^0.9.19 normal
      • tokio ^1.26.0 normal
    • Versions
    • 0% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

cosmos_indexer0.1.0

Crate Items

  • Structs
  • Statics
  • Functions

List of all items

Structs

  • IndexerConfig
  • IndexerContext
  • MatcherOptions
  • database::events::EventLog
  • database::events::EventsDocument
  • database::stream_status::StatusDocument
  • event_matcher::matcher_config::MatcherConfig
  • event_matcher::matcher_config::MatcherEvent
  • event_matcher::matcher_config::Pattern
  • rpc::blockchain::BlockchainResponse
  • rpc::blockchain::BlockchainResult
  • rpc::txs::Attribute
  • rpc::txs::Event
  • rpc::txs::Tx
  • rpc::txs::TxResult
  • rpc::txs::TxSearchResponse
  • rpc::txs::TxSearchResult

Functions

  • database::connect
  • database::events::save_event
  • database::stream_status::fetch_indexed_height
  • database::stream_status::fetch_indexer_status
  • database::stream_status::update_indexed_height
  • event_matcher::matcher_config::load_matcher_config_from_file
  • helpers::deserialize_base64_to_string
  • helpers::deserialize_string_to_u64
  • notifications::notify_last_indexed_height
  • rpc::blockchain::fetch_last_block_height
  • rpc::txs::tx_search
  • rpc::txs::tx_search_page
  • run

Statics

  • database::events::EVENTS_COLLECTION