get_many
Read 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 readlayout- the layout of the value to read
Returns
Span<felt252>- the raw value read from the storage
Fully qualified path: dojo::storage::storage::get_many
pub fn get_many(address_domain: u32, keys: Span<felt252>, mut layout: Span<u8>) -> Span<felt252>