pub fn account<AccountId>(
    name: &'static str,
    index: u32,
    seed: u32
) -> AccountIdwhere
    AccountId: Decode,
Expand description

Grab an account, seeded by a name and index.