pub type ScryptoTypeData<L> = TypeData<ScryptoCustomTypeKind, L>;

Aliased Type§

struct ScryptoTypeData<L> {
    pub kind: TypeKind<ScryptoCustomTypeKind, L>,
    pub metadata: TypeMetadata,
    pub validation: TypeValidation<<ScryptoCustomTypeKind as CustomTypeKind<L>>::CustomTypeValidation>,
}

Fields§

§kind: TypeKind<ScryptoCustomTypeKind, L>§metadata: TypeMetadata§validation: TypeValidation<<ScryptoCustomTypeKind as CustomTypeKind<L>>::CustomTypeValidation>