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

    Interface IdentifiableItem

    Item with an identifier for tracking in batch operations.

    interface IdentifiableItem {
        id?: string;
        index?: number;
    }
    Index

    Properties

    Properties

    id?: string

    Unique identifier for the item

    index?: number

    Index in the original array (for items without id)