pub fn account<AccountId>( name: &'static str, index: u32, seed: u32, ) -> AccountIdwhere AccountId: Decode,
Grab an account, seeded by a name and index.