Storage.sol
.Storage.sol
file.
The precompile is found at the peaq node source code..Storage.sol
file by clicking on the Solidity Compiler tab and selecting the appropriate compiler version.0x0000000000000000000000000000000000000801
.item_type
: Bytes representing the type of item to add.item
: Bytes representing the item data to be added.item_type
: Bytes representing the type of item to update.item
: Bytes representing the new item data.account
: Address of the account whose item you want to retrieve.item_type
: Bytes representing the type of item to retrieve.