WalletTransactionImpl class

Implemented types
Available Extensions

Constructors

WalletTransactionImpl({required RawTransaction rawTransaction, required Set<ShelleyAddress> addressSet})

Properties

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

Methods

containsCurrency({required String assetId}) bool
override
currencyAmount({required String assetId}) Coin
override
currencyBalancesByTicker({required Map<String, CurrencyAsset> assetByAssetId, String? filterAssetId}) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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