Function near_primitives::utils::account_is_implicit

source ยท
pub fn account_is_implicit(
    account_id: &AccountId,
    eth_implicit_accounts_enabled: bool
) -> bool
Expand description

From near-account-id version 1.0.0-alpha.2, is_implicit returns true for ETH-implicit accounts. This function is a wrapper for is_implicit method so that we can easily differentiate its behavior based on whether ETH-implicit accounts are enabled.