v1EthSendTransactionIntent constructor

const v1EthSendTransactionIntent({
  1. required String from,
  2. bool? sponsor,
  3. required String caip2,
  4. required String to,
  5. String? value,
  6. String? data,
  7. String? nonce,
  8. String? gasLimit,
  9. String? maxFeePerGas,
  10. String? maxPriorityFeePerGas,
  11. String? gasStationNonce,
})

Implementation

const v1EthSendTransactionIntent({
  required  this.from,
   this.sponsor,
  required  this.caip2,
  required  this.to,
   this.value,
   this.data,
   this.nonce,
   this.gasLimit,
   this.maxFeePerGas,
   this.maxPriorityFeePerGas,
   this.gasStationNonce,
});