pub type VersionedScryptoSchema = VersionedSchema<ScryptoCustomSchema>;

Aliased Type§

enum VersionedScryptoSchema {
    V1(SchemaV1<ScryptoCustomSchema>),
}

Variants§