Function ink_env::test::get_contract_storage_rw[][src]

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

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