TxOverride class

Annotations
  • @JS()
  • @anonymous

Constructors

TxOverride({String? value, String? gasLimit, String? gasPrice, String? nonce})
factory

Properties

gasLimit String
The maximum amount of gas this transaction is permitted to use.
no setter
gasPrice String
The price (in wei) per unit of gas this transaction will pay.
no setter
hashCode int
The hash code for this object.
no setterinherited
nonce String
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 String
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.
inherited

Operators

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