[−][src]Trait frame_system::IsDeadAccount
Determiner to say whether a given account is unused.
Required methods
fn is_dead_account(who: &AccountId) -> bool
Is the given account dead?
Determiner to say whether a given account is unused.
fn is_dead_account(who: &AccountId) -> bool
Is the given account dead?
impl<AccountId> IsDeadAccount<AccountId> for ()
[src]fn is_dead_account(_who: &AccountId) -> bool
[src]