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

    Type Alias toERC681Params

    type toERC681Params = {
        abi?: Abi | unknown[];
        address: Address;
        args?: (string | number | bigint)[];
        chainId?: number;
        functionName?: string;
        gas?: bigint;
        gasPrice?: bigint;
        value?: bigint;
    }
    Index

    Properties

    abi?: Abi | unknown[]

    ABI of the target contract

    address: Address

    Ethereum address of the target contract or account

    args?: (string | number | bigint)[]

    Arguments to pass to the contract function

    chainId?: number

    Chain ID for the transaction

    functionName?: string

    Function name to call on the target contract

    gas?: bigint

    Gas limit for the transaction

    gasPrice?: bigint

    Gas price for the transaction

    value?: bigint

    Value to send with the transaction