EthTxData class abstract

Inheritance
Implementers

Constructors

EthTxData({required EthTxDataRaw data, required TxNetwork network, required EthTxType txType})

Properties

data EthTxDataRaw
final
hashCode int
The hash code for this object.
no setterinherited
isSigned bool
getter/setter pairinherited
message String
getter/setter pairinherited
network TxNetwork
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
getter/setter pairinherited
txType EthTxType
final

Methods

getMessageToSign() Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
raw() List
Returns the serialized unsigned tx (hashed or raw), which can be used.
serialize({bool sig = true}) Uint8List
Returns the serialized encoding of the EIP-1559 transaction.
toBroadcast() Map<String, dynamic>
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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