Class GasCostEstimation

Gas estimation (EIP-1559)

Constructors

Properties

gas_limit: bigint

The maximum amount of gas that the transaction can consume.

max_fee_per_gas: bigint

The maximum fee the sender is willing to pay per unit of gas.

max_priority_fee_per_gas: bigint

The maximum tip the sender is willing to pay to miners (in EIP-1559).

Methods

  • Returns void

    • Return copy of self without private attributes.

    Returns Object

  • Return stringified version of self.

    Returns string