Type definitions
data
dataProduct type definition. See Types for details.
data SomeType:
fieldName: FieldType
otherName: OtherType
third: []u32alias
aliasAliasing a type to a name.
It may help with self-documented code and refactoring.
alias PeerId: string
alias MyDomain: DomainTypeLast updated
Was this helpful?