Function to_account_id

Source
pub fn to_account_id<E>(addr: Address) -> E::AccountId
where E: Environment,
Expand description

Retrieves the account id for a specified address.

ยงErrors

If the returned value cannot be properly decoded.