Module avalanche_types::ids

source ·
Expand description

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

use avalanche_types::ids;

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

Modules

Structs

Constants

Functions

Type Definitions

  • Set is a set of Ids. https://pkg.go.dev/github.com/ava-labs/avalanchego/ids#Set