common_primitives::handles

Type Alias CanonicalBase

Source
pub type CanonicalBase = BoundedVec<u8, ConstU32<HANDLE_BYTES_MAX>>;
Expand description

A canonical base, which is a reduced/translated version of the base handle

Aliased Typeยง

struct CanonicalBase(/* private fields */);