storage
Standalone Functions
storage_read_oracle
storage_read_oracle(_storage_slot, _number_of_elements);
Parameters
Name | Type |
---|---|
_storage_slot | Field |
_number_of_elements | Field |
storage_read_oracle_wrapper
storage_read_oracle_wrapper(_storage_slot);
Parameters
Name | Type |
---|---|
_storage_slot | Field |
storage_read
storage_read(storage_slot);
Parameters
Name | Type |
---|---|
storage_slot | Field |
storage_write_oracle
storage_write_oracle(_storage_slot, _values);
Parameters
Name | Type |
---|---|
_storage_slot | Field |
_values | [Field; N] |
storage_write
storage_write(storage_slot, fields);
Parameters
Name | Type |
---|---|
storage_slot | Field |
fields | [Field; N] |