• Creates a person with a default set of keys.

    Parameters

    • Optionalemail: string

    Returns Promise<{
        personId: SHA256IdHash<Person>;
        personKeys: SHA256Hash<Keys>;
    }>