WCEthereumTransaction class

Annotations
  • @JsonSerializable()

Constructors

WCEthereumTransaction({required String from, String? to, String? nonce, String? gasPrice, String? maxFeePerGas, String? maxPriorityFeePerGas, String? gas, String? gasLimit, String? value, String? data})
WCEthereumTransaction.fromJson(Map<String, dynamic> json)
factory

Properties

data String?
final
from String
final
gas String?
final
gasLimit String?
final
gasPrice String?
final
hashCode int
The hash code for this object.
no setterinherited
maxFeePerGas String?
final
maxPriorityFeePerGas String?
final
nonce String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to String?
final
value String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited