We have upgraded the product to App Kit and recommend using it for all production deployments. USDCKit will remain available as a private beta product. Thank you.
@circle-fin/usdckit - v0.25.4
    Preparing search index...
    type Message = {
        attestation: string | null;
        cctpVersion: number;
        message: string;
        nonce: string;
        status: "pending_confirmations" | "complete";
    }
    Index

    Properties

    attestation: string | null

    The attestation. Null if not yet available.

    cctpVersion: number

    The CCTP version of the message.

    message: string

    The hex-encoded message. Null if the attestation is not yet available.

    nonce: string

    The nonce associated with the message

    status: "pending_confirmations" | "complete"

    The status of the message.