tendermint-proto-althea 0.23.0

tendermint-proto updated for prost 0.9
Documentation
//! Tendermint-proto auto-generated sub-modules for Tendermint

pub mod consensus {
    include!("prost/tendermint.consensus.rs");
}

pub mod abci {
    include!("prost/tendermint.abci.rs");
}

pub mod state {
    include!("prost/tendermint.state.rs");
}

pub mod libs {
    pub mod bits {
        include!("prost/tendermint.libs.bits.rs");
    }
}

pub mod types {
    include!("prost/tendermint.types.rs");
}

pub mod store {
    include!("prost/tendermint.store.rs");
}

pub mod rpc {
    pub mod grpc {
        include!("prost/tendermint.rpc.grpc.rs");
    }
}

pub mod version {
    include!("prost/tendermint.version.rs");
}

pub mod blockchain {
    include!("prost/tendermint.blockchain.rs");
}

pub mod statesync {
    include!("prost/tendermint.statesync.rs");
}

pub mod privval {
    include!("prost/tendermint.privval.rs");
}

pub mod p2p {
    include!("prost/tendermint.p2p.rs");
}

pub mod mempool {
    include!("prost/tendermint.mempool.rs");
}

pub mod crypto {
    include!("prost/tendermint.crypto.rs");
}

pub mod meta {
    pub const REPOSITORY: &str = "https://github.com/tendermint/tendermint";
    pub const COMMITISH: &str = "v0.34.9";
}