BaseTransaction class abstract

Inheritance
Implementers

Constructors

BaseTransaction()

Properties

amount BigInt?
getter/setter pairinherited
code String?
getter/setter pairinherited
data String?
getter/setter pairinherited
gasLimit int?
getter/setter pairinherited
gasPrice BigInt?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
nonce int?
getter/setter pairinherited
pubKey String?
getter/setter pairinherited
receipt Map<String, dynamic>?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String?
getter/setter pairinherited
toAddr String?
getter/setter pairinherited
transactionID String?
getter/setter pairinherited
version int?
getter/setter pairinherited

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