Eip1559TransactionPrice
Defined in: packages/cketh/src/candid/minter.d.ts:90
Estimate price of an EIP-1559 transaction when converting ckETH to ETH or ckERC20 to ERC20, see https://eips.ethereum.org/EIPS/eip-1559
Properties
Section titled “Properties”gas_limit
Section titled “gas_limit”gas_limit:
bigint
Defined in: packages/cketh/src/candid/minter.d.ts:114
Maximum amount of gas transaction is authorized to consume.
max_fee_per_gas
Section titled “max_fee_per_gas”max_fee_per_gas:
bigint
Defined in: packages/cketh/src/candid/minter.d.ts:100
Maximum amount of Wei per gas unit that the transaction is willing to pay in total.
This covers the base fee determined by the network and the max_priority_fee_per_gas.
max_priority_fee_per_gas
Section titled “max_priority_fee_per_gas”max_priority_fee_per_gas:
bigint
Defined in: packages/cketh/src/candid/minter.d.ts:95
Maximum amount of Wei per gas unit that the transaction gives to miners to incentivize them to include their transaction (priority fee).
max_transaction_fee
Section titled “max_transaction_fee”max_transaction_fee:
bigint
Defined in: packages/cketh/src/candid/minter.d.ts:105
Maximum amount of Wei that can be charged for the transaction,
computed as max_fee_per_gas * gas_limit
timestamp
Section titled “timestamp”timestamp: [] | [
bigint]
Defined in: packages/cketh/src/candid/minter.d.ts:110
Timestamp of when the price was estimated. Nanoseconds since the UNIX epoch.