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

    Interface EditStakeholderParams

    interface EditStakeholderParams {
        capTableContractId: string;
        featuredAppRightContractDetails: {
            contractId: string;
            createdEventBlob: string;
            synchronizerId: string;
            templateId: string;
        };
        stakeholderData: OcfStakeholder;
        stakeholderId: string;
    }
    Index

    Properties

    capTableContractId: string
    featuredAppRightContractDetails: {
        contractId: string;
        createdEventBlob: string;
        synchronizerId: string;
        templateId: string;
    }
    stakeholderData: OcfStakeholder
    stakeholderId: string