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);