common_primitives::handles

Type Alias BaseHandle

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

A base handle, which is chosen by the user

Aliased Typeยง

struct BaseHandle(/* private fields */);