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

    Interface AddToCapTableParams<TData>

    Parameters for adding a new OCF object to the cap table. Extends base params with the specific data type for the object.

    interface AddToCapTableParams<TData> {
        capTableContractId: string;
        data: TData;
    }

    Type Parameters

    • TData

    Hierarchy (View Summary)

    Index

    Properties

    capTableContractId: string

    The contract ID of the CapTable contract for this issuer

    data: TData

    The OCF data for the object being created