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

    Interface ReplicationDiff

    Result of comparing source state (desired) to Canton state (actual).

    interface ReplicationDiff {
        creates: ReplicationItem[];
        deletes: ReplicationItem[];
        edits: ReplicationItem[];
        total: number;
    }
    Index

    Properties

    creates: ReplicationItem[]

    Items in source but not in Canton - need to be created

    deletes: ReplicationItem[]

    Items in Canton but not in source - may need to be deleted

    Items in both - may need to be edited

    total: number

    Total number of operations