• Exchange instance-id objects with the other side.

    Parameters

    • conn: default
    • localInstanceId: SHA256IdHash<Instance>

    Returns Promise<{
        localInstanceId: SHA256IdHash<Instance>;
        localInstanceIdObject: InstanceId;
        remoteInstanceId: SHA256IdHash<Instance>;
        remoteInstanceIdObject: InstanceId;
    }>