storage
Standalone Functions
storage_read_oracle
storage_read_oracle(address, storage_slot, block_number, length, );
Parameters
Name | Type |
---|---|
address | Field |
storage_slot | Field |
block_number | Field |
length | Field |
raw_storage_read
raw_storage_read(address, storage_slot, block_number, );
Parameters
Name | Type |
---|---|
address | AztecAddress |
storage_slot | Field |
block_number | u32 |
storage_read
storage_read(address, storage_slot, block_number, );
Parameters
Name | Type |
---|---|
address | AztecAddress |
storage_slot | Field |
block_number | u32 |
test_raw_storage_read
test_raw_storage_read();
Takes no parameters.
test_storage_read
test_storage_read();
Takes no parameters.