Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

get_packed_array

Read a raw array value identified by its keys.

Arguments

  • address_domain - the address domain to use
  • keys - the keys of the value to read
  • array_size - the size of the array to read.

Fully qualified path: dojo::storage::storage::get_packed_array

pub fn get_packed_array(address_domain: u32, keys: Span<felt252>, array_size: u32) -> Span<felt252>