neutron-proto

Protobuf type definitions in Rust for the Neutron blockchain.

Based on the proto-build script originally created by Justin Kilpatrick, Tony Arcieri, and others.

How to use

To use the this crate in a CosmWasm contract, make sure to turn off the gRPC-related features, which are not wasm-compatible:

toml [dependencies] neutron-proto = { version = "0.1", default-features = false }

License

Contents in this crate are released under the Apache-2.0 license.