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

    Interface DamlConvertibleCancellationData

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

    interface DamlConvertibleCancellationData {
        amount?: DamlMonetary;
        balance_security_id?: string;
        comments?: string[];
        date: string;
        id: string;
        reason_text: string;
        security_id: string;
    }
    Index

    Properties

    amount?: DamlMonetary
    balance_security_id?: string
    comments?: string[]
    date: string
    id: string
    reason_text: string
    security_id: string