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

    Interface NativeQuantityTransferData

    Common native output structure for quantity-based transfers. The entity-specific converters will assert the correct return type.

    interface NativeQuantityTransferData {
        balance_security_id?: string;
        comments?: string[];
        consideration_text?: string;
        date: string;
        id: string;
        quantity: string;
        resulting_security_ids: string[];
        security_id: string;
    }
    Index

    Properties

    balance_security_id?: string
    comments?: string[]
    consideration_text?: string
    date: string
    id: string
    quantity: string
    resulting_security_ids: string[]
    security_id: string