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

    Interface OcfStakeholderRelationshipChangeEvent

    Object - Stakeholder Relationship Change Event Object describing a change in a stakeholder's relationship with the issuer OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/events/StakeholderRelationshipChangeEvent.schema.json

    interface OcfStakeholderRelationshipChangeEvent {
        comments?: string[];
        date: string;
        id: string;
        new_relationships: StakeholderRelationshipType[];
        stakeholder_id: string;
    }
    Index

    Properties

    comments?: string[]

    Unstructured text comments related to and stored for the object

    date: string

    Date on which the event occurred

    id: string

    Identifier for the object

    new_relationships: StakeholderRelationshipType[]

    New relationship type(s) for the stakeholder

    stakeholder_id: string

    Identifier for the stakeholder whose relationship is changing