Crates.io | althea_proto |
lib.rs | althea_proto |
version | 0.9.0 |
source | src |
created_at | 2023-02-22 18:43:29.155996 |
updated_at | 2024-10-03 18:59:19.396499 |
description | Protobuf stuct defintions for interacting with Althea Chain |
homepage | |
repository | https://github.com/althea-net/proto/tree/main/althea_proto |
max_upload_size | |
id | 792059 |
size | 245,800 |
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.