write_tuple_layout
Write tuple layout model record to the world storage.
Arguments
model- the model selector.key- the model record key.values- the model record values.offset- the start of model record values in thevaluesparameter.layout- list of tuple item layouts.
Fully qualified path: dojo::storage::layout::write_tuple_layout
pub fn write_tuple_layout(
model: felt252, key: felt252, values: Span<felt252>, ref offset: u32, layout: Span<Layout>,
)