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

    Interface GetStockIssuanceAsOcfResult

    interface GetStockIssuanceAsOcfResult {
        contractId: string;
        stockIssuance: Partial<OcfStockIssuanceData> & {
            custom_id: string;
            date: string;
            id: string;
            object_type: "TX_STOCK_ISSUANCE";
            quantity: string | number;
            security_id: string;
            security_law_exemptions?: SecurityExemption[];
            share_price: Monetary;
            stakeholder_id: string;
            stock_class_id: string;
        };
    }
    Index

    Properties

    contractId: string
    stockIssuance: Partial<OcfStockIssuanceData> & {
        custom_id: string;
        date: string;
        id: string;
        object_type: "TX_STOCK_ISSUANCE";
        quantity: string | number;
        security_id: string;
        security_law_exemptions?: SecurityExemption[];
        share_price: Monetary;
        stakeholder_id: string;
        stock_class_id: string;
    }