pub fn get_contract_storage_rw<T>(account_id: &T::AccountId) -> (usize, usize)where
    T: Environment,
Expand description

Returns the total number of reads and writes of the contract’s storage.