Type Alias pallet_auto_id::Identifier

source ·
pub type Identifier = H256;
Expand description

Unique AutoId identifier.

Aliased Type§

struct Identifier(pub [u8; 32]);

Fields§

§0: [u8; 32]