pub fn is_contract<E>(account: &E::AccountId) -> boolwhere
E: Environment,Expand description
Checks whether the specified account is a contract.
ยงErrors
If the returned value cannot be properly decoded.
pub fn is_contract<E>(account: &E::AccountId) -> boolwhere
E: Environment,Checks whether the specified account is a contract.
If the returned value cannot be properly decoded.