mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Construct SerializedTransaction from STObject
This commit is contained in:
@@ -31,6 +31,7 @@ protected:
|
||||
public:
|
||||
SerializedTransaction(SerializerIterator& sit);
|
||||
SerializedTransaction(TransactionType type);
|
||||
SerializedTransaction(const STObject &object);
|
||||
|
||||
// STObject functions
|
||||
SerializedTypeID getSType() const { return STI_TRANSACTION; }
|
||||
|
||||
Reference in New Issue
Block a user