rippled
Public Types | Public Member Functions | Public Attributes | List of all members
ripple::LedgerFill Struct Reference
Collaboration diagram for ripple::LedgerFill:
Collaboration graph
[legend]

Public Types

enum  Options {
  dumpTxrp = 1, dumpState = 2, expand = 4, full = 8,
  binary = 16, ownerFunds = 32, dumpQueue = 64
}
 

Public Member Functions

 LedgerFill (ReadView const &l, RPC::Context *ctx, int o=0, std::vector< TxQ::TxDetails > q={}, LedgerEntryType t=ltANY)
 

Public Attributes

ReadView const & ledger
 
int options
 
std::vector< TxQ::TxDetailstxQueue
 
LedgerEntryType type
 
RPC::Contextcontext
 

Detailed Description

Definition at line 33 of file LedgerToJson.h.

Member Enumeration Documentation

◆ Options

Enumerator
dumpTxrp 
dumpState 
expand 
full 
binary 
ownerFunds 
dumpQueue 

Definition at line 45 of file LedgerToJson.h.

Constructor & Destructor Documentation

◆ LedgerFill()

ripple::LedgerFill::LedgerFill ( ReadView const &  l,
RPC::Context ctx,
int  o = 0,
std::vector< TxQ::TxDetails q = {},
LedgerEntryType  t = ltANY 
)

Definition at line 35 of file LedgerToJson.h.

Member Data Documentation

◆ ledger

ReadView const& ripple::LedgerFill::ledger

Definition at line 55 of file LedgerToJson.h.

◆ options

int ripple::LedgerFill::options

Definition at line 56 of file LedgerToJson.h.

◆ txQueue

std::vector<TxQ::TxDetails> ripple::LedgerFill::txQueue

Definition at line 57 of file LedgerToJson.h.

◆ type

LedgerEntryType ripple::LedgerFill::type

Definition at line 58 of file LedgerToJson.h.

◆ context

RPC::Context* ripple::LedgerFill::context

Definition at line 59 of file LedgerToJson.h.