Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

get_many

Read a raw value defined by its layout and identified by its keys.

Arguments

  • address_domain - the address domain to use
  • keys - the keys of the value to read
  • layout - 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>