pub type ScryptoTypeCollectionSchema = TypeCollectionSchema<ScryptoCustomSchema>;Aliased Type§
pub struct ScryptoTypeCollectionSchema {
pub schema: VersionedSchema<ScryptoCustomSchema>,
pub type_ids: IndexMap<String, LocalTypeId>,
}Fields§
§schema: VersionedSchema<ScryptoCustomSchema>§type_ids: IndexMap<String, LocalTypeId>