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 */);