IFactRegistryExternalLibraryDispatcherStore
Fully qualified path: integrity::contracts::mocked_fact_registry::IFactRegistryExternalLibraryDispatcherStore
impl IFactRegistryExternalLibraryDispatcherStore of Store<IFactRegistryExternalLibraryDispatcher>;
Impl functions
read
Fully qualified path: integrity::contracts::mocked_fact_registry::IFactRegistryExternalLibraryDispatcherStore::read
fn read(
address_domain: u32, base: StorageBaseAddress,
) -> Result<IFactRegistryExternalLibraryDispatcher, Array<felt252>>
write
Fully qualified path: integrity::contracts::mocked_fact_registry::IFactRegistryExternalLibraryDispatcherStore::write
fn write(
address_domain: u32, base: StorageBaseAddress, value: IFactRegistryExternalLibraryDispatcher,
) -> Result<(), Array<felt252>>
read_at_offset
Fully qualified path: integrity::contracts::mocked_fact_registry::IFactRegistryExternalLibraryDispatcherStore::read_at_offset
fn read_at_offset(
address_domain: u32, base: StorageBaseAddress, offset: u8,
) -> Result<IFactRegistryExternalLibraryDispatcher, Array<felt252>>
write_at_offset
Fully qualified path: integrity::contracts::mocked_fact_registry::IFactRegistryExternalLibraryDispatcherStore::write_at_offset
fn write_at_offset(
address_domain: u32,
base: StorageBaseAddress,
offset: u8,
value: IFactRegistryExternalLibraryDispatcher,
) -> Result<(), Array<felt252>>
size
Fully qualified path: integrity::contracts::mocked_fact_registry::IFactRegistryExternalLibraryDispatcherStore::size
fn size() -> u8