mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Type for transaction types.
This commit is contained in:
@@ -10,13 +10,14 @@
|
||||
class SerializedTransaction : public STUObject
|
||||
{
|
||||
protected:
|
||||
TransactionType type;
|
||||
STUVariableLength mSignature;
|
||||
STUObject mMiddleTxn, mInnerTxn;
|
||||
TransactionFormat* mFormat;
|
||||
|
||||
public:
|
||||
SerializedTransaction(SerializerIterator&, int length);
|
||||
SerializedTransaction(int type);
|
||||
SerializedTransaction(TransactionType type);
|
||||
|
||||
// STUObject functions
|
||||
int getLength() const;
|
||||
|
||||
Reference in New Issue
Block a user