1
0

More stuffs

This commit is contained in:
Scott E. Graves
2017-05-09 15:51:02 -05:00
parent df41f178ec
commit c5b072f459
5 changed files with 37 additions and 9 deletions

View File

@@ -21,7 +21,6 @@ public:
JProperty2(bool, WalletAddress, walletaddress, public, private, _json)
JProperty2(std::string, RelatedAddress, relatedaddress, public, private, _json)
JProperty2(std::string, Value, value, public, private, _json)
};
typedef std::shared_ptr<CSiaInput> CSiaInputPtr;
@@ -54,6 +53,11 @@ private:
JProperty2(std::string, TransactionId, transactionid, public, private, _json)
Property(std::vector<CSiaInputPtr>, Inputs, public, private)
Property(std::vector<CSiaOutputPtr>, Outputs, public, private)
public:
SString GetDate() const;
SiaCurrency GetAmount() const;
};
NS_END(2)