mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 15:05:53 +00:00
First pass collation of sources into module groups
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -5,7 +5,19 @@
|
||||
#include "TransactionMeta.h"
|
||||
#include "Ledger.h"
|
||||
|
||||
/*============================================================================*/
|
||||
/**
|
||||
A transaction that is in a closed ledger.
|
||||
|
||||
Description
|
||||
|
||||
@code
|
||||
@endcode
|
||||
|
||||
@see {uri}
|
||||
|
||||
@ingroup ripple_ledger
|
||||
*/
|
||||
class ALTransaction
|
||||
{
|
||||
protected:
|
||||
@@ -41,6 +53,10 @@ public:
|
||||
Json::Value getJson() const { return mJson; }
|
||||
};
|
||||
|
||||
/*============================================================================*/
|
||||
/**
|
||||
|
||||
*/
|
||||
class AcceptedLedger
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user