• Creates a new instance by creating the Instance IdObject.

    Parameters

    • owner: SHA256IdHash<Person>
    • OptionalinstanceName: string

    Returns Promise<{
        exists: boolean;
        instanceId: SHA256IdHash<Instance>;
    }>