Trait frame_support::traits::IsDeadAccount[][src]

pub trait IsDeadAccount<AccountId> {
    fn is_dead_account(who: &AccountId) -> bool;
}

Determiner to say whether a given account is unused.

Required methods

fn is_dead_account(who: &AccountId) -> bool[src]

Is the given account dead?

Loading content...

Implementations on Foreign Types

impl<AccountId> IsDeadAccount<AccountId> for ()[src]

Loading content...

Implementors

Loading content...