@circle-fin/usdckit - v0.18.0
    Preparing search index...
    type ApproveParams = {
        account: Address | Account;
        chain?: Chain;
        fees?: FeeValuesEIP1559;
        gas?: bigint;
        spender: Address;
        token: Address | ChainContract;
        value: BaseUnits | NativeUnits;
    }
    Index

    Properties

    account: Address | Account

    The address or account that will execute the transaction.

    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.

    spender: Address

    Address of the account or contract that will be allowed to spend the tokens.

    token: Address | ChainContract

    Address of the token

    The amount of tokens that the spender will be allowed to spend