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

    Interface DamlStakeholderStatusChangeData

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

    interface DamlStakeholderStatusChangeData {
        comments?: string[];
        date: string;
        id: string;
        new_status: string;
        stakeholder_id: string;
    }
    Index

    Properties

    comments?: string[]
    date: string
    id: string
    new_status: string
    stakeholder_id: string