convert_to_evm_accounts

Function convert_to_evm_accounts 

Source
pub fn convert_to_evm_accounts(
    accounts: Vec<String>,
) -> Result<Vec<String>, Error>
Expand description

Converts a list of accounts into EVM-compatible AccountId20.

ยงArguments

  • accounts - A vector of AccountId32 strings.