Open Cap Table Protocol Canton SDK - v0.2.224
    Preparing search index...

    Interface ComputeReplicationDiffOptions

    Options for computing the replication diff.

    interface ComputeReplicationDiffOptions {
        alwaysEdit?: boolean;
        syncDeletes?: boolean;
    }
    Index

    Properties

    alwaysEdit?: boolean

    Whether to always include edit operations for items that exist in both. When true: All existing items are marked as edits (ensures sync) When false: Only new items are marked as creates (existence check only) Default: false

    syncDeletes?: boolean

    Whether to include delete operations for items in Canton but not in source. Default: false (safer - doesn't delete data)