Type Alias FullyQualifiedName

Source
pub type FullyQualifiedName = SchemaName;
Expand description

A structure defining a fully qualified name of an entity

Aliased Type§

struct FullyQualifiedName {
    pub namespace: BoundedVec<u8, ConstU32<30>>,
    pub descriptor: BoundedVec<u8, ConstU32<28>>,
}

Fields§

§namespace: BoundedVec<u8, ConstU32<30>>

Protocol portion of the name

§descriptor: BoundedVec<u8, ConstU32<28>>

Descriptor portion of the name