Type Definition pallet_confidential_docs::types::GroupName
source · pub type GroupName<T> = BoundedVec<u8, <T as Config>::GroupNameMaxLen>;Expand description
Defines the type used by fields that store a group name
pub type GroupName<T> = BoundedVec<u8, <T as Config>::GroupNameMaxLen>;Defines the type used by fields that store a group name