Directory structure
This commit is contained in:
9
src/unspentoutput.cpp
Normal file
9
src/unspentoutput.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "unspentoutput.h"
|
||||
|
||||
UnspentOutput::UnspentOutput(QString address, QString txid, QString amount, int confirmations)
|
||||
{
|
||||
this->address = address;
|
||||
this->txid = txid;
|
||||
this->amount = amount;
|
||||
this->confirmations = confirmations;
|
||||
}
|
||||
Reference in New Issue
Block a user