Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IFactRegistryExternalSafeLibraryDispatcherStore

Fully qualified path: integrity::contracts::mocked_fact_registry::IFactRegistryExternalSafeLibraryDispatcherStore

impl IFactRegistryExternalSafeLibraryDispatcherStore of Store<
    IFactRegistryExternalSafeLibraryDispatcher,
>;

Impl functions

read

Fully qualified path: integrity::contracts::mocked_fact_registry::IFactRegistryExternalSafeLibraryDispatcherStore::read

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

write

Fully qualified path: integrity::contracts::mocked_fact_registry::IFactRegistryExternalSafeLibraryDispatcherStore::write

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

read_at_offset

Fully qualified path: integrity::contracts::mocked_fact_registry::IFactRegistryExternalSafeLibraryDispatcherStore::read_at_offset

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

write_at_offset

Fully qualified path: integrity::contracts::mocked_fact_registry::IFactRegistryExternalSafeLibraryDispatcherStore::write_at_offset

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

size

Fully qualified path: integrity::contracts::mocked_fact_registry::IFactRegistryExternalSafeLibraryDispatcherStore::size

fn size() -> u8