Transaction class

Inheritance

Constructors

Transaction()

Properties

amount ↔ BigInt
read / write
from Address
read / write
gasLimit ↔ int
read / write
gasPrice ↔ int
read / write
method ↔ String
read / write
nonce ↔ String
read / write
payer Address
read / write
payload Payload
read / write
sigs ↔ List<TxSignature>
read / write
to Address
read / write
tokenType ↔ String
read / write
type TxType
read / write
version ↔ int
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

serialize() → Future<Uint8List>
serializeSignedData() → Future<Uint8List>
serializeUnsignedData() → Future<Uint8List>
override
signContent() → Future<Uint8List>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited

Static Methods

create() → Future<Transaction>
deserialize(ScriptReader r) → Future<Transaction>