Vana SDK - v0.1.0
    Preparing search index...

    Interface GasEstimate

    Gas estimate information

    interface GasEstimate {
        gasLimit: bigint;
        gasPrice: bigint;
        maxFeePerGas?: bigint;
        maxPriorityFeePerGas?: bigint;
        estimatedCost: bigint;
    }
    Index

    Properties

    gasLimit: bigint

    Gas limit

    gasPrice: bigint

    Gas price

    maxFeePerGas?: bigint

    Max fee per gas

    maxPriorityFeePerGas?: bigint

    Max priority fee per gas

    estimatedCost: bigint

    Estimated cost in wei