I have this solidity code
contract Starting { //pragma solidity ^0.6.12
struct itemStatus { bool created; } mapping (bytes => itemStatus) public