TransactionDetails class
Properties
confirmationTime
→ BlockTime ?
If the transaction is confirmed, contains height and timestamp of the block containing the
transaction, unconfirmed transaction contains None
.
final inherited
fee
→ BigInt ?
Fee value (sats) if confirmed.
The availability of the fee depends on the backend. It's never None with an Electrum
Server backend, but it could be None with a Bitcoin RPC node without txindex that receive
funds while offline.
final inherited
hashCode
→ int
The hash code for this object.
no setter inherited
received
→ BigInt
Received value (sats)
Sum of owned outputs of this transaction.
final inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
sent
→ BigInt
Sent value (sats)
Sum of owned inputs of this transaction.
final inherited
transaction
→ Transaction ?
no setter
txid
→ String
Transaction id.
final inherited
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited