ScryptoSchema

Type Alias ScryptoSchema 

Source
pub type ScryptoSchema = SchemaV1<ScryptoCustomSchema>;

Aliased Type§

pub struct ScryptoSchema {
    pub type_kinds: Vec<TypeKind<ScryptoCustomTypeKind, LocalTypeId>>,
    pub type_metadata: Vec<TypeMetadata>,
    pub type_validations: Vec<TypeValidation<ScryptoCustomTypeValidation>>,
}

Fields§

§type_kinds: Vec<TypeKind<ScryptoCustomTypeKind, LocalTypeId>>§type_metadata: Vec<TypeMetadata>§type_validations: Vec<TypeValidation<ScryptoCustomTypeValidation>>