Crate cosmos_sdk_proto_nymlab

Crate cosmos_sdk_proto_nymlab 

Source
Expand description

§cosmos-sdk-proto-nymlab

WARNING: This is a temporary crate published with Cosmos SDK v0.47 upgrade and adding Interchain Accounty Query for Vectis.

Once the upgrade is available, as it will be according to issue 450 we will PR to use this upgrade.

You can see the diff with the v0.19 of cosmos-sdk-proto here.


Crate Docs Build Status Apache 2.0 Licensed MSRV

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.

Documentation

§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.
cosmwasmcosmwasm
CosmWasm protobuf definitions.
ibc
IBC protobuf definitions.
traits
Support traits for Cosmos SDK protobufs.

Structs§

Any
Any contains 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.