Archway Proto
Rust build of Archway's ProtoBuf definitions.
This package can be used both in CosmWasm smart contracts and gRPC clients.
It is based on the cosmos-sdk-proto v0.18.0
crate to provide the Cosmos SDK messages through the
cosmos-sdk-proto crate and follows the same feature
definitions, with the tonic gRPC clients enabled by default.
Usage
In CosmWasm smart contracts
= { = "0.2.1", = false, = ["cosmwasm"] }
For the gRPC client functionality (won't work in CosmWasm)
= "0.2.1"
License
This project is licensed under the Apache-2.0 License - see the NOTICE and LICENSE files for details.