generate_session_keys: RuntimeDescriptor<[seed: Binary | undefined], Binary>

Generate a set of session keys with optionally using the given seed. The keys should be stored within the keystore exposed via runtime externalities.

The seed needs to be a valid utf8 string.

Returns the concatenated SCALE encoded public keys.