Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IFactRegistryWithMockingSafeLibraryDispatcherStore

Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryWithMockingSafeLibraryDispatcherStore

impl IFactRegistryWithMockingSafeLibraryDispatcherStore of Store<
    IFactRegistryWithMockingSafeLibraryDispatcher,
>;

Impl functions

read

Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryWithMockingSafeLibraryDispatcherStore::read

fn read(
    address_domain: u32, base: StorageBaseAddress,
) -> Result<IFactRegistryWithMockingSafeLibraryDispatcher, Array<felt252>>

write

Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryWithMockingSafeLibraryDispatcherStore::write

fn write(
    address_domain: u32,
    base: StorageBaseAddress,
    value: IFactRegistryWithMockingSafeLibraryDispatcher,
) -> Result<(), Array<felt252>>

read_at_offset

Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryWithMockingSafeLibraryDispatcherStore::read_at_offset

fn read_at_offset(
    address_domain: u32, base: StorageBaseAddress, offset: u8,
) -> Result<IFactRegistryWithMockingSafeLibraryDispatcher, Array<felt252>>

write_at_offset

Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryWithMockingSafeLibraryDispatcherStore::write_at_offset

fn write_at_offset(
    address_domain: u32,
    base: StorageBaseAddress,
    offset: u8,
    value: IFactRegistryWithMockingSafeLibraryDispatcher,
) -> Result<(), Array<felt252>>

size

Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryWithMockingSafeLibraryDispatcherStore::size

fn size() -> u8