pub trait HasSchemaHash {
    // Required method
    fn generate_schema_hash(&self) -> SchemaHash;
}

Required Methods§

Implementors§