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

    Interface DamlStakeholderRelationshipChangeData

    DAML StakeholderRelationshipChangeEvent data structure. This matches the shape of data returned from DAML contracts.

    interface DamlStakeholderRelationshipChangeData {
        comments?: string[];
        date: string;
        id: string;
        relationship_ended: OcfStakeholderRelationshipType | null;
        relationship_started: OcfStakeholderRelationshipType | null;
        stakeholder_id: string;
    }
    Index

    Properties

    comments?: string[]
    date: string
    id: string
    relationship_ended: OcfStakeholderRelationshipType | null
    relationship_started: OcfStakeholderRelationshipType | null
    stakeholder_id: string