Crates.io | archway-proto |
lib.rs | archway-proto |
version | 0.2.1 |
created_at | 2023-10-16 16:04:28.306194+00 |
updated_at | 2024-11-26 16:32:47.588962+00 |
description | Rust build of Archway's ProtoBuf definitions |
homepage | https://archway.io |
repository | https://github.com/archway-network/arch3.rs |
max_upload_size | |
id | 1004885 |
size | 2,393,761 |
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.
archway-proto = { version = "0.2.1", default-features = false, features = ["cosmwasm"] }
archway-proto = "0.2.1"
This project is licensed under the Apache-2.0 License - see the NOTICE and LICENSE files for details.