mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +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 "TransactionMeta.h"
|
||||||
#include "Ledger.h"
|
#include "Ledger.h"
|
||||||
|
|
||||||
|
/*============================================================================*/
|
||||||
|
/**
|
||||||
|
A transaction that is in a closed ledger.
|
||||||
|
|
||||||
|
Description
|
||||||
|
|
||||||
|
@code
|
||||||
|
@endcode
|
||||||
|
|
||||||
|
@see {uri}
|
||||||
|
|
||||||
|
@ingroup ripple_ledger
|
||||||
|
*/
|
||||||
class ALTransaction
|
class ALTransaction
|
||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
@@ -41,6 +53,10 @@ public:
|
|||||||
Json::Value getJson() const { return mJson; }
|
Json::Value getJson() const { return mJson; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*============================================================================*/
|
||||||
|
/**
|
||||||
|
|
||||||
|
*/
|
||||||
class AcceptedLedger
|
class AcceptedLedger
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user