CallParameters constructor
CallParameters({})
Implementation
CallParameters({
required this.data,
required this.to,
this.account,
this.accessList,
this.gas,
this.gasPrice,
this.maxFeePerGas,
this.maxPriorityFeePerGas,
this.nonce,
this.value,
this.blockNumber,
this.blockTag,
this.chainId,
});