Expand description
§dchain-sdk-proto
This crate is a folk of the cosmos-sdk-proto crate maintained by the D Foundation.
Rust crate for interacting with Protobufs defined by the Cosmos SDK.
The goal of this crate is to provide complete proto struct definitions for interacting with a Cosmos SDK blockchain.
Currently, this crate only provides a subset of the many total structs exported by Cosmos SDK proto files.
Pull requests to expand coverage are welcome.
§Minimum Supported Rust Version
This crate is supported on Rust 1.63 or newer.
Re-exports§
pub use prost;pub use tendermint_proto as tendermint;
Modules§
- cosmos
- Cosmos protobuf definitions.
- cosmwasm
- dchain
- dchain protobuf definitions
- traits
- Support traits for Cosmos SDK protobufs.
Structs§
- Any
Anycontains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.
Constants§
- COSMOS_
SDK_ VERSION - The version (commit hash) of the Cosmos SDK used when generating this library.
- DCHAIN_
VERSION - The version (commit hash) of the Ptd used when generating this library.
- WASMD_
VERSION