TxRef class
- Implemented types
Constructors
- TxRef({required String txHash, required int blockHeight, required int txInputN, required int txOutputN, required BigInt value, required int refBalance, required bool spent, required int confirmations, required DateTime confirmed, required String script})
-
TxRef.fromJson(Map<
String, dynamic> json) -
factory
Properties
- blockHeight → int
-
final
- confirmations → int
-
final
- confirmed → DateTime
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- refBalance → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- script → String
-
final
- spent → bool
-
final
- txHash → String
-
final
- txInputN → int
-
final
- txOutputN → int
-
final
- value → BigInt
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
toUtxo(
BitcoinAddressType addressType) → BitcoinUtxo -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited