menu
walletkit_dart
walletkit_dart.dart
EvmType2GasPrice
EvmType2GasPrice const constructor
EvmType2GasPrice
dark_mode
light_mode
EvmType2GasPrice
constructor
const
EvmType2GasPrice
(
{
required
Amount
maxFeePerGas
,
required
Amount
maxPriorityFeePerGas
,
})
Implementation
const EvmType2GasPrice({ required this.maxFeePerGas, required this.maxPriorityFeePerGas, });
walletkit_dart
walletkit_dart
EvmType2GasPrice
EvmType2GasPrice const constructor
EvmType2GasPrice class