TransactionResponse class

Properties

blockHash String
no setter
blockNumber int?
no setter
contractAddress String?
no setter
from String?
no setter
gas BigNumber?
no setter
gasPrice BigNumber?
no setter
gasUsed BigNumber?
no setter
hashCode int
The hash code for this object.
no setterinherited
impl → _TransactionResponseImpl
Internal JS Object, should not be used directly.
finalinherited
input String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status bool?
no setter
to String?
no setter
transactionHash String
no setter
transactionIndex int?
no setter
type String?
no setter
typeInt int?
no setter
value BigNumber?
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
wait([int? confirms]) Future

Operators

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