UtxoWithAddress class
UtxoWithAddress represents an unspent transaction output (UTXO) along with its associated owner details. It combines information about the UTXO itself (BitcoinUtxo) and the ownership details (UtxoAddressDetails).
Constructors
- UtxoWithAddress({required BitcoinUtxo utxo, required UtxoAddressDetails ownerDetails})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- multiSigAddress → MultiSignatureAddress
-
no setter
- ownerDetails → UtxoAddressDetails
-
OwnerDetails is a UtxoAddressDetails instance containing information about the UTXO owner.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- utxo → BitcoinUtxo
-
Utxo is a BitcoinUtxo instance representing the unspent transaction output.
final
Methods
-
isMultiSig(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
public(
) → ECPublic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited