althea_proto

Crate [![Docs][docs-image]][docs-link] [![Build Status][build-image]][build-link] [![Apache 2.0 Licensed][license-image]][license-link] ![MSRV][rustc-image]

Rust crate for interacting with compiled Protobufs used by [Althea Chain].

Because no crate provides neither the upstream [Canto Protobufs] nor [Ethermint Protobufs], this crate is also responsible for compiling and distributing those. Any protos not prefixed with an organization name (e.g. src/prost/canto.csr.v1.rs, src/prost/ethermint.types.v1.rs) are specific to Althea Chain.

This crate also provides the [Cosmos Protobufs] by exporting the [Cosmos SDK Proto] crate, purely for convenience.