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

    Interface LastMint

    Last mint information from the CouponMinter contract.

    interface LastMint {
        count: number;
        time: string;
    }
    Index

    Properties

    Properties

    count: number

    Number of coupons minted in the last transaction

    time: string

    DAML timestamp in ISO 8601 format (e.g., "2026-01-13T12:00:00.000000Z")