UtxoMethods class abstract
Common UTXO query interface backed by Electrum or a block explorer.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
broadcastTransaction(
Uint8List rawTx) → Future< String> - Broadcasts a signed tx; returns the txid.
-
estimateFeeRate(
{int targetBlocks = 6}) → Future< int> -
Fee rate in sat/vbyte for confirmation within
targetBlocks. -
getBalance(
String address) → Future< BalanceInfo> -
getBlockHeight(
) → Future< int> -
getHistory(
String address) → Future< List< TxInfo> > -
getRawTransaction(
String txid) → Future< Uint8List> -
getTransaction(
String txid) → Future< TxInfo> -
getUtxos(
String address) → Future< List< UtxoRef> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited