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

    EstimateTransactionFeeData

    interface EstimateTransactionFee {
        callGasLimit?: string;
        high?: TransactionFee;
        low?: TransactionFee;
        medium?: TransactionFee;
        preVerificationGas?: string;
        verificationGasLimit?: string;
    }
    Index

    Properties

    callGasLimit?: string

    One of ERC-4337 gas fields. The amount of gas to allocate for the main execution call. Only in smart contract account estimation response.

    EstimateTransactionFeeData

    high?: TransactionFee

    EstimateTransactionFeeData

    low?: TransactionFee

    EstimateTransactionFeeData

    medium?: TransactionFee

    EstimateTransactionFeeData

    preVerificationGas?: string

    One of ERC-4337 gas fields. The amount of gas to pay to compensate the bundler for pre-verification execution and call data. Only in smart contract account estimation response.

    EstimateTransactionFeeData

    verificationGasLimit?: string

    One of ERC-4337 gas fields. The amount of gas to allocate for the verification step. Only in smart contract account estimation response.

    EstimateTransactionFeeData