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

    Interface EditInCapTableParams<TData>

    Parameters for editing an existing OCF object in the cap table.

    interface EditInCapTableParams<TData> {
        capTableContractId: string;
        data: TData;
        id: string;
    }

    Type Parameters

    • TData

    Hierarchy (View Summary)

    Index

    Properties

    capTableContractId: string

    The contract ID of the CapTable contract for this issuer

    data: TData

    The new OCF data for the object

    id: string

    The ID of the object to edit