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> #[allow(clippy::all)] pub mod pb; #[doc(hidden)] pub use pb::*; /// ref. <https://github.com/ava-labs/avalanchego/blob/v1.11.0/version/constants.go> pub const PROTOCOL_VERSION: u32 = 33;