Function generate_accounts

Source
pub fn generate_accounts(mnemonic: String, num_accounts: u32) -> Vec<AccountId> 
Expand description

Function to generate accounts given a mnemonic and a number of child accounts to be generated Defaults to a default mnemonic if no mnemonic is supplied