NotAvaialableUTXOTransaction class final

Inheritance

Constructors

NotAvaialableUTXOTransaction(String hash, int block, CoinEntity token)

Properties

amount Amount
finalinherited
block int
finalinherited
confirmations int
finalinherited
dateTime DateTime
no setterinherited
evmTx EVMTransaction?
no setterinherited
fee Amount?
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 CoinEntity
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, Amount? fee, String? hash, int? timeMilli, Amount? amount, String? sender, String? recipient, CoinEntity? 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