@circle-fin/usdckit - v0.18.0
    Preparing search index...

    Parameters for the transferViaCCTP function.

    type TransferViaCCTPParams = {
        amount: BaseUnits | NativeUnits;
        chain?: Chain;
        fees?: FeeValuesEIP1559;
        from: Address | Account;
        gas?: bigint;
        to: Address | Account;
        token: Address | ChainContract;
    }
    Index

    Properties

    The amount to be transferred

    chain?: Chain

    The blockchain network on which the transaction will be executed.

    The fee values for the transaction.

    The sender's address or account

    gas?: bigint

    The gas limit for the transaction.

    The recipient's address or account.

    token: Address | ChainContract

    The address of the token. Must be on the same chain as from.