WalletTransaction class abstract

Transaction from owning wallet perspective (i.e. filters raw transaction deposits and withdrawals specific to owned addresses).

Inheritance
Implementers
Available Extensions

Constructors

WalletTransaction()

Properties

amount Coin
no setter
blockHash String
no setterinherited
blockIndex int
index within block
no setterinherited
currencies Map<String, Coin>
no setter
fees Coin
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
inputs List<TransactionInput>
no setterinherited
outputs List<TransactionOutput>
no setterinherited
ownedAddresses Set<ShelleyAddress>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TransactionStatus
no setterinherited
time DateTime
no setterinherited
txId String
no setterinherited
type TransactionType
no setter

Methods

containsCurrency({required String assetId}) bool
currencyAmount({required String assetId}) Coin
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