TransactionRequest constructor

TransactionRequest({
  1. String? to,
  2. String? value,
  3. String? gasLimit,
  4. String? gasPrice,
  5. String? nonce,
  6. String? data,
})

Implementation

external factory TransactionRequest({
  String? to,
  String? value,
  String? gasLimit,
  String? gasPrice,
  String? nonce,
  String? data,
});