Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IRandomnessSafeDispatcherStore

Fully qualified path: pragma_lib::abi::IRandomnessSafeDispatcherStore

impl IRandomnessSafeDispatcherStore of Store<IRandomnessSafeDispatcher>;

Impl functions

read

Fully qualified path: pragma_lib::abi::IRandomnessSafeDispatcherStore::read

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

write

Fully qualified path: pragma_lib::abi::IRandomnessSafeDispatcherStore::write

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

read_at_offset

Fully qualified path: pragma_lib::abi::IRandomnessSafeDispatcherStore::read_at_offset

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

write_at_offset

Fully qualified path: pragma_lib::abi::IRandomnessSafeDispatcherStore::write_at_offset

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

size

Fully qualified path: pragma_lib::abi::IRandomnessSafeDispatcherStore::size

fn size() -> u8