BlockCypherUtxo class
Constructors
-
BlockCypherUtxo({required String address, required int totalReceived, required int totalSent, required int balance, required int unconfirmedBalance, required int finalBalance, required int nTx, required int unconfirmedNTx, required int finalNTx, required List<
TxRef> txRefs, required String txURL}) -
BlockCypherUtxo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- address → String
-
final
- balance → int
-
final
- finalBalance → int
-
final
- finalNTx → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nTx → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalReceived → int
-
final
- totalSent → int
-
final
-
txRefs
→ List<
TxRef> -
final
- txURL → String
-
final
- unconfirmedBalance → int
-
final
- unconfirmedNTx → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toUtxoWithOwner(
UtxoAddressDetails owner) → List< UtxoWithAddress>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited