@circle-fin/usdckit - v0.18.0
    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.