Function ink_env::test::count_used_storage_cells[][src]

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

Returns the amount of storage cells used by the account account_id.

Returns None if the account_id is non-existent.