Module avalanche_types::ids

source ·
Expand description

Implements the Avalanche ID type (32-byte).

use avalanche_types::ids;

assert_eq!(format!("{}", ids::Id::default()), "11111111111111111111111111111111LpoYY");

Modules§

  • The bag abstraction used to group votes in voting.
  • Bitwise comparison operations used by avalanche consensus.
  • Node ID utilities.
  • Node short ID used in AvalancheGo.

Structs§

Constants§

Functions§

Type Aliases§