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

    Interface BatchVerificationItem

    Input item for batch verification.

    interface BatchVerificationItem {
        data: Record<string, unknown>;
        id?: string;
        objectType: string;
    }
    Index

    Properties

    Properties

    data: Record<string, unknown>

    The data to check

    id?: string

    Optional identifier for the item

    objectType: string

    The OCF object type (e.g., 'StockPlan')