More stuffs
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user