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

    Interface CouponMinterPayload

    Relevant fields from the CouponMinter contract payload.

    interface CouponMinterPayload {
        lastMint: LastMint | null;
        maxTps: string | null;
        operator: string;
    }
    Index

    Properties

    lastMint: LastMint | null

    Information about the last mint operation, or null if no mints have occurred

    maxTps: string | null

    Maximum transactions per second, or null if rate limiting is disabled

    operator: string

    The operator party controlling this minter