Crates.io | archway-proto |
lib.rs | archway-proto |
version | 0.1.0 |
source | src |
created_at | 2023-10-16 16:04:28.306194 |
updated_at | 2023-10-16 16:04:28.306194 |
description | Rust build of Archway's ProtoBuf definitions |
homepage | https://archway.io |
repository | https://github.com/archway-network/archway-bindings |
max_upload_size | |
id | 1004885 |
size | 123,901 |
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 v0.45.x
messages and follows the same feature
definitions, with the tonic
gRPC clients enabled by default.
archway-proto = { version = "0.1.0", default-features = false, features = ["cosmwasm"] }
archway-proto = "0.1.0"
This project is licensed under the Apache-2.0 License - see the NOTICE and LICENSE files for details.