[−][src]Trait frame_support::traits::IsDeadAccount
Determiner to say whether a given account is unused.
Required methods
fn is_dead_account(who: &AccountId) -> bool[−]
Is the given account dead?
Implementations on Foreign Types
impl<AccountId> IsDeadAccount<AccountId> for ()[src][−]
fn is_dead_account(_who: &AccountId) -> bool[src]
Implementors
impl<T: Trait> IsDeadAccount<<T as Trait>::AccountId> for Module<T>
impl<T: Trait> IsDeadAccount<<T as Trait>::AccountId> for Module<T>