OptionsFeedDataStore
Fully qualified path: pragma_lib::types::OptionsFeedDataStore
impl OptionsFeedDataStore of Store<OptionsFeedData>;
Impl functions
read
Fully qualified path: pragma_lib::types::OptionsFeedDataStore::read
fn read(address_domain: u32, base: StorageBaseAddress) -> Result<OptionsFeedData, Array<felt252>>
write
Fully qualified path: pragma_lib::types::OptionsFeedDataStore::write
fn write(
address_domain: u32, base: StorageBaseAddress, value: OptionsFeedData,
) -> Result<(), Array<felt252>>
read_at_offset
Fully qualified path: pragma_lib::types::OptionsFeedDataStore::read_at_offset
fn read_at_offset(
address_domain: u32, base: StorageBaseAddress, offset: u8,
) -> Result<OptionsFeedData, Array<felt252>>
write_at_offset
Fully qualified path: pragma_lib::types::OptionsFeedDataStore::write_at_offset
fn write_at_offset(
address_domain: u32, base: StorageBaseAddress, offset: u8, value: OptionsFeedData,
) -> Result<(), Array<felt252>>
size
Fully qualified path: pragma_lib::types::OptionsFeedDataStore::size
fn size() -> u8