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

    Interface WarrantMechanismFixedAmount

    Warrant Conversion Mechanism - Fixed Amount Converts to a fixed quantity of shares

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

    Properties

    converts_to_quantity: string

    Fixed quantity of shares to convert to

    type: "FIXED_AMOUNT_CONVERSION"