Crate juno_rust_proto

source ·
Expand description

juno-rust-proto

Crate Docs Build Status Apache 2.0 Licensed MSRV

Rust crate for interacting with Protobufs defined by the Juno blockchain.

The goal of this crate is to provide complete proto struct definitions for interacting with Juno blockchain.

Currently, this crate only provides a subset of the many total structs exported by Juno proto files.

Pull requests to expand coverage are welcome.

Documentation

Minimum Supported Rust Version

This crate is supported on Rust 1.57 or newer.

Re-exports

pub use prost;
pub use tendermint_proto as tendermint;

Modules

Cosmos protobuf definitions.
IBC protobuf definitions.
ICS23 protobuf definitions.
Support traits for Cosmos SDK protobufs.

Structs

Any contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.

Constants

The version (commit hash) of the Cosmos SDK used when generating this library.