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

    Interface CreateOcfObjectParams

    interface CreateOcfObjectParams {
        featuredAppRightContractDetails: {
            contractId: string;
            createdEventBlob: string;
            synchronizerId: string;
            templateId: string;
        };
        issuerContractDetails?: {
            contractId: string;
            createdEventBlob: string;
            synchronizerId: string;
            templateId: string;
        };
        issuerContractId: string;
        issuerParty: string;
        ocfData: { object_type: string; [key: string]: unknown };
        previousContractId?: string;
    }
    Index

    Properties

    featuredAppRightContractDetails: {
        contractId: string;
        createdEventBlob: string;
        synchronizerId: string;
        templateId: string;
    }

    Details of the FeaturedAppRight contract for disclosed contracts

    issuerContractDetails?: {
        contractId: string;
        createdEventBlob: string;
        synchronizerId: string;
        templateId: string;
    }

    Details of the Issuer contract for disclosed contracts (required when previousContractId is provided)

    issuerContractId: string

    Contract ID of the Issuer contract

    issuerParty: string

    The party that will act as the issuer

    ocfData: { object_type: string; [key: string]: unknown }

    The OCF data to create - object_type field will determine which create function to call

    previousContractId?: string

    Optional: Contract ID of a previous version to archive before creating the new one