WCEthereumTransaction constructor
      
      WCEthereumTransaction({})
     
    
    
Implementation
WCEthereumTransaction({
  required this.from,
  this.to,
  this.nonce,
  this.gasPrice,
  this.maxFeePerGas,
  this.maxPriorityFeePerGas,
  this.gas,
  this.gasLimit,
  this.value,
  this.data,
});