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

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

Returns None if the account_id is non-existent.