RawEvmTransaction class sealed

Implementers

Constructors

RawEvmTransaction.fromHex(String hex)
factory
RawEvmTransaction.fromUnsignedHex(String hex)
factory

Properties

chainId int?
no setter
data Uint8List
final
gasFee BigInt
no setter
gasLimit BigInt
final
hashCode int
The hash code for this object.
no setteroverride
hasSignature bool
no setter
nonce BigInt
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String
no setter
serialized Uint8List
Used for Signing the transaction
no setter
serializedHex String
no setter
signingTxHash Uint8List
no setter
to String
final
txHash String
no setter
txType int
no setter
value BigInt
final

Methods

addSignature(Signature signature) RawEvmTransaction
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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