• Get all instance objects owned by a specific person.

    Parameters

    • owner: SHA256IdHash<Person>

      The owner of the instance

    Returns Promise<{
        instanceId: SHA256IdHash<Instance>;
        local: boolean;
    }[]>