pub fn to_account_id<E>(addr: Address) -> E::AccountIdwhere
E: Environment,
Expand description
Retrieves the account id for a specified address.
ยงErrors
If the returned value cannot be properly decoded.
pub fn to_account_id<E>(addr: Address) -> E::AccountIdwhere
E: Environment,
Retrieves the account id for a specified address.
If the returned value cannot be properly decoded.