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

    Interface CreateStakeholderParams

    interface CreateStakeholderParams {
        featuredAppRightContractDetails: {
            contractId: string;
            createdEventBlob: string;
            synchronizerId: string;
            templateId: string;
        };
        issuerContractId: string;
        issuerParty: string;
        stakeholderData: OcfStakeholderData;
    }
    Index

    Properties

    featuredAppRightContractDetails: {
        contractId: string;
        createdEventBlob: string;
        synchronizerId: string;
        templateId: string;
    }
    issuerContractId: string
    issuerParty: string
    stakeholderData: OcfStakeholderData