Skip to content

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

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: 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: 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: 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: [] | [bigint]

Defined in: packages/cketh/src/candid/minter.d.ts:110

Timestamp of when the price was estimated. Nanoseconds since the UNIX epoch.