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

    Interface BatchItemResult

    Result of checking a single object in a batch operation.

    interface BatchItemResult {
        deprecatedFieldsUsed: string[];
        hasDeprecatedFields: boolean;
        itemId: string;
        objectType: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    deprecatedFieldsUsed: string[]

    List of deprecated fields that were used

    hasDeprecatedFields: boolean

    Whether any deprecated fields were detected

    itemId: string

    Identifier for the item (id or index-based)

    objectType: string

    The object type that was checked