Skip to main content

storage

Standalone Functions

storage_read_oracle

storage_read_oracle(address, storage_slot, block_number, length);

Parameters

NameType
addressField
storage_slotField
block_numberField
lengthField

raw_storage_read

raw_storage_read(address, storage_slot, block_number);

Parameters

NameType
addressAztecAddress
storage_slotField
block_numberu32

storage_read

storage_read(address, storage_slot, block_number);

Parameters

NameType
addressAztecAddress
storage_slotField
block_numberu32

test_raw_storage_read

test_raw_storage_read();

Takes no parameters.

test_storage_read

test_storage_read();

Takes no parameters.