@circle-fin/usdckit - v0.18.0
    Preparing search index...
    type DepositForBurnParams = {
        account: Address | Account;
        amount: BaseUnits | NativeUnits;
        burnToken: Address | ChainContract;
        chain?: Chain;
        destinationDomain: number;
        fees?: FeeValuesEIP1559;
        gas?: bigint;
        mintRecipient: Address;
    }
    Index

    Properties

    account: Address | Account

    The address or account that will execute the transaction.

    The amount to be deposited.

    burnToken: Address | ChainContract

    The address of the token to be burned

    chain?: Chain

    The blockchain network on which the transaction will be executed.

    destinationDomain: number

    The domain of the destination chain.

    The fee values for the transaction

    gas?: bigint

    The gas limit for the transaction.

    mintRecipient: Address

    The address of the account or contract that will receive the minted tokens.