usecw_storage_plus::Item;useastroport::staking::{Config, TrackerData};/// Stores the contract config at the given key
pubconstCONFIG:Item<Config>=Item::new("config");/// Stores the tracker contract instantiate data at the given key
pubconstTRACKER_DATA:Item<TrackerData>=Item::new("tracker_data");