ScryptoAggregatorTypeData

Type Alias ScryptoAggregatorTypeData 

Source
pub type ScryptoAggregatorTypeData = TypeData<<ScryptoCustomSchema as CustomSchema>::CustomAggregatorTypeKind, RustTypeId>;

Aliased Type§

pub struct ScryptoAggregatorTypeData {
    pub kind: TypeKind<ScryptoCustomTypeKind, RustTypeId>,
    pub metadata: TypeMetadata,
    pub validation: TypeValidation<ScryptoCustomTypeValidation>,
}

Fields§

§kind: TypeKind<ScryptoCustomTypeKind, RustTypeId>§metadata: TypeMetadata§validation: TypeValidation<ScryptoCustomTypeValidation>