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

    Interface SecurityIdConflict

    A security_id conflict detected during diff computation. This occurs when a proposed CREATE has a security_id that already exists on Canton under a different object ID.

    interface SecurityIdConflict {
        entityType: OcfEntityType;
        message: string;
        ocfId: string;
        securityId: string;
    }
    Index

    Properties

    entityType: OcfEntityType

    The entity type of the conflicting item

    message: string

    Human-readable description of the conflict

    ocfId: string

    The OCF ID of the source item that would conflict

    securityId: string

    The security_id value that already exists on Canton