Docs.rs
  • chaindexing-0.1.17
    • chaindexing 0.1.17
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • 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
    • 4.55% 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.17

  • All Items
  • Modules
  • Structs
  • Enums
  • Traits
  • Type Aliases
?
Change settings

Crate chaindexing

source ·

Modules

  • hashes
  • utils
    Useful Rust-specific utils for end users

Structs

  • Chaindexing
  • Config
  • Contract
  • ContractAddress
    Answers: Where is a given EVM contract located N/B: The order has to match ./schema.rs to stop diesel from mixing up fields…lol
  • ContractEvent
  • ContractStates
  • Contracts
  • Event
  • EventContext
  • EventHandlers
  • Events
  • EventsIngester
  • MinConfirmationCount
    Tolerance for chain re-organization
  • PostgresRepo
  • ReorgedBlock
  • ReorgedBlocks
  • ResetCount
  • SQLikeMigrations
  • U64
    Little-endian large integer type Unsigned 64-bit integer.
  • U256
    Little-endian large integer type 256-bit unsigned integer.
  • UnsavedContractAddress
  • UnsavedReorgedBlock

Enums

  • Chain
    An Ethereum EIP-155 chain.
  • ChaindexingError
  • RepoError

Traits

  • ChaindexingRepoAsyncConnection
    An async connection to a database
  • ContractState
  • ContractStateMigrations
  • EventHandler
  • EventsIngesterJsonRpc
  • ExecutesWithRawQuery
  • HasRawQueryClient
  • LoadsDataWithRawQuery
  • Migratable
  • PostgresRepoAsyncConnection
    An async connection to a database
  • Repo
  • RepoMigrations
  • Streamable

Type Aliases

  • Address
  • ChaindexingRepo
  • ChaindexingRepoConn
  • ChaindexingRepoPool
  • ChaindexingRepoRawQueryClient
  • ChaindexingRepoRawQueryTxnClient
  • Chains
  • PostgresRepoConn
  • PostgresRepoPool
  • PostgresRepoRawQueryClient
  • PostgresRepoRawQueryTxnClient