Docs.rs
  • chaindexing-0.1.62
    • chaindexing 0.1.62
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Jurshsmith
    • Dependencies
      • async-trait ^0.1 normal
      • bb8 ^0.8 normal
      • chrono ^0.4 normal
      • derive_more ^0.99 normal
      • diesel ^2 normal
      • diesel-async ^0.4 normal
      • diesel-streamer ^0.1.12 normal
      • ethers ^2.0 normal
      • futures-core ^0.3 normal
      • futures-util ^0.3 normal
      • pin-project-lite ^0.2.13 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • tokio ^1.29 normal
      • tokio-postgres ^0.7 normal
      • uuid ^1 normal
    • Versions
    • 0% of the crate is documented
  • This release has been yanked, go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

chaindexing0.1.62

  • All Items
  • Re-exports
  • Modules
  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
?
Change settings

Crate chaindexing

source ·

Re-exports§

  • pub use events::Event;
  • pub use events::EventParam;
  • pub use events_ingester::Provider as EventsIngesterProvider;

Modules§

  • events
  • events_ingester

Macros§

  • get_contract_addresses_stream_by_chain
  • get_events_stream

Structs§

  • BigInt
    Little-endian large integer type 256-bit unsigned integer.
  • Chain
  • Config
  • Contract
  • ContractAddress
    N/B: The order has to match ./schema.rs to stop diesel from mixing up fields
  • ContractEvent
  • Contracts
  • EventContext
  • EventHandlers
  • KeepNodeActiveRequest
  • OptimizationConfig
  • PostgresRepo
  • U256
    Little-endian large integer type 256-bit unsigned integer.
  • Uint
    Little-endian large integer type 256-bit unsigned integer.
  • UnsavedContractAddress

Enums§

  • ChaindexingError
  • RepoError

Traits§

  • ChaindexingRepoAsyncConnection
    An async connection to a database
  • ContractState
  • ContractStateMigrations
  • EventHandler
  • ExecutesWithRawQuery
  • HasRawQueryClient
  • PostgresRepoAsyncConnection
    An async connection to a database
  • Repo

Functions§

  • include_contract_in_indexing
  • index_states
  • maybe_reset
  • reset_internal_migrations
  • reset_migrations_for_contract_states
  • run_internal_migrations
  • run_migrations_for_contract_states
  • run_migrations_for_resets
  • setup

Type Aliases§

  • Address
  • Bytes
  • ChainId
  • ChaindexingRepo
  • ChaindexingRepoConn
  • ChaindexingRepoPool
  • ChaindexingRepoRawQueryClient
  • ChaindexingRepoRawQueryTxnClient
  • PostgresRepoConn
  • PostgresRepoPool
  • PostgresRepoRawQueryClient
  • PostgresRepoRawQueryTxnClient