Expand description

The ids implements Avalanche ID type (32-byte).

use avalanche_types::ids;

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

Modules

Structs

ref. https://pkg.go.dev/github.com/ava-labs/avalanchego/ids#ID ref. https://docs.rs/zerocopy/latest/zerocopy/trait.AsBytes.html#safety

Constants

Functions