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

    Interface OcfStockCancellationEvent

    interface OcfStockCancellationEvent {
        balance_security_id?: string;
        comments?: string[];
        date: string;
        id: string;
        object_type: "TX_STOCK_CANCELLATION";
        quantity: string;
        reason_text: string;
        security_id: string;
    }
    Index

    Properties

    balance_security_id?: string
    comments?: string[]
    date: string
    id: string
    object_type: "TX_STOCK_CANCELLATION"
    quantity: string
    reason_text: string
    security_id: string