Type Alias common_primitives::handles::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 */);