mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Include ledger entry type in metadata. Include more new/changed/final field
values in transactions metadata.
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
||||
uint32 getLgrSeq() { return mLedger; }
|
||||
|
||||
bool isNodeAffected(const uint256&) const;
|
||||
void setAffectedNode(const uint256&, SField::ref type);
|
||||
void setAffectedNode(const uint256&, SField::ref type, uint16 nodeType);
|
||||
STObject& getAffectedNode(const uint256&, SField::ref type);
|
||||
STObject& getAffectedNode(const uint256&);
|
||||
const STObject& peekAffectedNode(const uint256&) const;
|
||||
|
||||
Reference in New Issue
Block a user