Transaction class

Constructors

Transaction(dynamic nonce, dynamic epoch, dynamic type, dynamic to, dynamic amount, dynamic maxFee, dynamic tips, dynamic payload)

Properties

amount ↔ dynamic
getter/setter pair
epoch ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxFee ↔ dynamic
getter/setter pair
nonce ↔ dynamic
getter/setter pair
payload ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature ↔ dynamic
getter/setter pair
tips ↔ dynamic
getter/setter pair
to ↔ dynamic
getter/setter pair
type ↔ dynamic
getter/setter pair

Methods

fromBytes(dynamic bytes) Transaction
fromHex(dynamic hex) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sign(String privateKey) Transaction
toBytes() Uint8List
toHex() String
toString() String
A string representation of this object.
inherited

Operators

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