WriteContractParameters.legacy constructor
const
WriteContractParameters.legacy({})
Implementation
const factory WriteContractParameters.legacy({
required List<Map> abi,
required String address,
required 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,
}) = WriteContractParametersLegacy;