when<TResult extends Object?> method
- @optionalTypeArgs
- required TResult legacy(),
- required TResult eip1559(),
- required TResult eip4844(),
inherited
Implementation
@optionalTypeArgs
TResult when<TResult extends Object?>({
required TResult Function(
List<Map> abi,
String address,
String functionName,
List<Map<String, dynamic>>? accessList,
String? account,
List<dynamic>? args,
int? chainId,
String? dataSuffix,
BigInt? gas,
FeeValuesLegacy? feeValues,
BigInt? nonce,
BigInt? value,
String? type)
legacy,
required TResult Function(
List<Map<String, dynamic>> abi,
String address,
String functionName,
List<Map<String, dynamic>>? accessList,
String? account,
List<dynamic>? args,
int? chainId,
String? dataSuffix,
BigInt? gas,
FeeValuesEIP1559? feeValues,
BigInt? nonce,
BigInt? value,
String? type)
eip1559,
required TResult Function(
List<Map> abi,
String address,
String functionName,
List<Map<String, dynamic>>? accessList,
String? account,
List<dynamic>? args,
int? chainId,
String? dataSuffix,
BigInt? gas,
FeeValuesEIP4844? feeValues,
BigInt? nonce,
BigInt? value,
String? type)
eip4844,
}) =>
throw _privateConstructorUsedError;