avalanche-types 0.1.2

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

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

/// ref. <https://github.com/ava-labs/avalanchego/blob/v1.10.1/version/constants.go#L15-L17>
pub const PROTOCOL_VERSION: u32 = 28;