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

    Interface BatchItemMeta

    Metadata for a batch operation item, used for debugging and error reporting.

    interface BatchItemMeta {
        entityType: string;
        ocfId: string;
        securityId?: string;
    }
    Index

    Properties

    entityType: string

    The OCF entity type (e.g., 'stockIssuance', 'stakeholder')

    ocfId: string

    The OCF object ID

    securityId?: string

    The security_id for issuance types (stockIssuance, convertibleIssuance, etc.)