Docs.rs
  • abci-rs-0.11.3
    • abci-rs 0.11.3
    • Permalink
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • devashishdxt
    • Dependencies
      • async-std ^1.11.0 normal optional
      • async-trait ^0.1.53 normal
      • bytes ^1.1.0 normal
      • cfg-if ^1.0.0 normal
      • integer-encoding ^3.0.3 normal
      • prost ^0.10.4 normal
      • prost-types ^0.10.1 normal
      • smol ^1.2.5 normal optional
      • tendermint-proto =0.23.7 normal
      • tokio ^1.18.2 normal optional
      • tracing ^0.1.34 normal
      • mock-io ^0.3.2 dev
      • tokio ^1.18.2 dev
      • tracing-subscriber ^0.3.11 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

abci0.11.3

Crate Items

  • Structs
  • Enums
  • Traits
  • Attribute Macros

List of all items

Structs

  • async_api::Server
  • sync_api::Server
  • types::BlockId
  • types::BlockParams
  • types::Consensus
  • types::ConsensusParams
  • types::Duration
  • types::Event
  • types::EventAttribute
  • types::Evidence
  • types::EvidenceParams
  • types::Header
  • types::LastCommitInfo
  • types::PartSetHeader
  • types::ProofOp
  • types::ProofOps
  • types::PublicKey
  • types::RequestApplySnapshotChunk
  • types::RequestBeginBlock
  • types::RequestCheckTx
  • types::RequestCommit
  • types::RequestDeliverTx
  • types::RequestEcho
  • types::RequestEndBlock
  • types::RequestFlush
  • types::RequestInfo
  • types::RequestInitChain
  • types::RequestListSnapshots
  • types::RequestLoadSnapshotChunk
  • types::RequestOfferSnapshot
  • types::RequestQuery
  • types::RequestSetOption
  • types::ResponseApplySnapshotChunk
  • types::ResponseBeginBlock
  • types::ResponseCheckTx
  • types::ResponseCommit
  • types::ResponseDeliverTx
  • types::ResponseEcho
  • types::ResponseEndBlock
  • types::ResponseFlush
  • types::ResponseInfo
  • types::ResponseInitChain
  • types::ResponseListSnapshots
  • types::ResponseLoadSnapshotChunk
  • types::ResponseOfferSnapshot
  • types::ResponseQuery
  • types::ResponseSetOption
  • types::Snapshot
  • types::Timestamp
  • types::Validator
  • types::ValidatorParams
  • types::ValidatorUpdate
  • types::VersionParams
  • types::VoteInfo

Enums

  • Address
  • types::ApplySnapshotChunkResult
  • types::CheckTxType
  • types::OfferSnapshotResult
  • types::Sum

Traits

  • async_api::Consensus
  • async_api::Info
  • async_api::Mempool
  • async_api::Snapshot
  • sync_api::Consensus
  • sync_api::Info
  • sync_api::Mempool
  • sync_api::Snapshot

Attribute Macros

  • async_trait