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

    Interface ReplicationItem

    A single item to be synced to Canton.

    interface ReplicationItem {
        data?: unknown;
        entityType: OcfEntityType;
        ocfId: string;
        operation: "create" | "edit" | "delete";
    }
    Index

    Properties

    data?: unknown

    OCF data for create/edit operations

    entityType: OcfEntityType

    Entity type (SDK format)

    ocfId: string

    OCF object ID

    operation: "create" | "edit" | "delete"

    Operation to perform