All chains
    Preparing search index...

    Type Alias generate_session_keys

    generate_session_keys: RuntimeDescriptor<
        [owner: Uint8Array, seed: Uint8Array | undefined],
        { keys: Uint8Array; proof: Uint8Array },
    >

    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.