set_many
Write a raw value defined by its layout and identified by its keys.
Arguments
address_domain- the address domain to usekeys- the keys of the value to writeunpacked- the raw value to writeoffset- the starting point from where to extract raw value from theunpackedarray.layout- the layout of the value to write
Fully qualified path: dojo::storage::storage::set_many
pub fn set_many(
address_domain: u32,
keys: Span<felt252>,
mut unpacked: Span<felt252>,
offset: u32,
mut layout: Span<u8>,
)