TransactionOverride class

Constructors

TransactionOverride({BigInt? gasLimit, BigInt? gasPrice, BigInt? value, BigInt? maxFeePerGas, BigInt? maxPriorityFeePerGas, int? nonce})
factory

Properties

gasLimit BigInt?
The maximum amount of gas this transaction is permitted to use.
no setter
gasPrice BigInt?
The price (in wei) per unit of gas this transaction will pay.
no setter
hashCode int
The hash code for this object.
no setterinherited
impl → _TransactionOverrideImpl
Internal JS Object, should not be used directly.
finalinherited
maxFeePerGas BigInt?
The maximum price (in wei) per unit of gas for transaction.
no setter
maxPriorityFeePerGas BigInt?
The priority fee price (in wei) per unit of gas for transaction.
no setter
nonce int?
The nonce for this transaction. This should be set to the number of transactions ever sent from this address.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value BigInt?
The amount (in wei) this transaction is sending.
no setter

Methods

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.
inherited