RawTransactionImpl class

Implemented types
Available Extensions

Constructors

RawTransactionImpl({required String txId, required String blockHash, required int blockIndex, required TransactionStatus status, required Coin fees, required List<TransactionInput> inputs, required List<TransactionOutput> outputs, required DateTime time})

Properties

blockHash String
final
blockIndex int
index within block
final
fees Coin
final
hashCode int
The hash code for this object.
no setterinherited
inputs List<TransactionInput>
final
outputs List<TransactionOutput>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TransactionStatus
final
time DateTime
final
txId String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toStatus(TransactionStatus status) RawTransactionImpl
set status property, returning a new immutable RawTransactionImpl copy
toString() String
A string representation of this object.
override

Operators

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