@circle-fin/usdckit - v0.18.0
    Preparing search index...
    type ReceiveMessageParams = {
        account: Address | Account;
        attestation: string;
        chain?: Chain;
        fees?: FeeValuesEIP1559;
        gas?: bigint;
        message: string;
    }
    Index

    Properties

    account: Address | Account

    The address or account that will execute the transaction.

    attestation: string

    The attestation for the message.

    chain?: Chain

    The blockchain network on which the transaction will be executed.

    The fee values for the transaction.

    gas?: bigint

    The gas limit for the transaction.

    message: string

    The message to be received.