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

    Interface ConvertibleMechanismFixedAmount

    Convertible Conversion Mechanism - Fixed Amount

    interface ConvertibleMechanismFixedAmount {
        converts_to_quantity: string;
        type: "FIXED_AMOUNT_CONVERSION";
    }
    Index

    Properties

    converts_to_quantity: string

    Fixed quantity to convert to

    type: "FIXED_AMOUNT_CONVERSION"