pub trait LocalAccounts: Send + Sync { fn is_local(&self, &H160) -> bool; }
Local accounts checker
Returns true if given address should be considered local account.