write_model_entity
Write a new entity.
Arguments
model_selector- the model selectorentity_id- the id used to identify the recordvalues- the field values of the recordlayout- the model layout
Fully qualified path: dojo::storage::entity_model::write_model_entity
pub fn write_model_entity(
model_selector: felt252, entity_id: felt252, values: Span<felt252>, layout: Layout,
)