Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

read_array_layout

Read an array layout model record.

Arguments

  • model - the model selector
  • key - model record key.
  • read_data - the read data.
  • layout - the array item layout

Fully qualified path: dojo::storage::layout::read_array_layout

pub fn read_array_layout(
    model: felt252, key: felt252, ref read_data: Array<felt252>, layout: Span<Layout>,
)