NotAvaialableUTXOTransaction class final

Inheritance

Constructors

NotAvaialableUTXOTransaction(String hash, int block, dynamic token)

Properties

amount → dynamic
finalinherited
block int
finalinherited
confirmations int
finalinherited
dateTime DateTime
no setterinherited
evmTx EVMTransaction?
no setterinherited
fee → dynamic
finalinherited
hash String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
inputs List<ElectrumInput>
finalinherited
isConfirmed bool
no setterinherited
isFailed bool
no setterinherited
isPending bool
no setterinherited
outputs List<ElectrumOutput>
finalinherited
recipient String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String
finalinherited
status ConfirmationStatus
finalinherited
timeMilli int
finalinherited
token → dynamic
finalinherited
totalValue BigInt
no setterinherited
transferMethod TransactionTransferMethod
finalinherited
value BigInt
no setterinherited
version int
finalinherited

Methods

compareTo(GenericTransaction other) int
Compares this object to another object.
inherited
copyWith({int? block, dynamic fee, String? hash, int? timeMilli, dynamic amount, String? sender, String? recipient, dynamic token, TransactionTransferMethod? transferMethod, int? confirmations, List<ElectrumInput>? inputs, List<ElectrumOutput>? outputs, String? id, int? version, ConfirmationStatus? status}) UTXOTransaction
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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