1
2
3
4
5
6
7
8
9
10
11
//! Generated protobuf stubs and helpers for Avalanche.
//!
//! ref. <https://buf.build/ava-labs/avalanche>
pub mod grpcutil;
pub mod pb;

#[doc(hidden)]
pub use pb::*;

/// ref. <https://github.com/ava-labs/avalanchego/blob/v1.9.7/version/constants.go#L15-L17>
pub const PROTOCOL_VERSION: &str = "22";