bitbox
bitbox
Utxo
Utxo constructor
Utxo
bitbox
bitbox
Utxo
Utxo constructor
Utxo class
Constructors
Utxo
fromMap
Properties
amount
confirmations
height
satoshis
txid
vout
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
Static methods
convertMapListToUtxos
Utxo
constructor
Utxo
(
String
txid
,
int
vout
double
amount
,
int
satoshis
int
height
int
confirmations
)
Implementation
Utxo(this.txid, this.vout, this.amount, this.satoshis, this.height, this.confirmations);