pub fn get_collator_keys_from_seed<AuraId: Public>(
    seed: &str
) -> <AuraId::Pair as Pair>::Public
Expand description

Generate collator keys from seed.

This function’s return type must always match the session keys of the chain in tuple format.