| 
    rippled
    
   | 
 
#include <Transaction.h>

Public Member Functions | |
| CurrentLedgerState ()=delete | |
| CurrentLedgerState (LedgerIndex li, XRPAmount fee, std::uint32_t accSeqNext, std::uint32_t accSeqAvail) | |
Public Attributes | |
| LedgerIndex | validatedLedger | 
| XRPAmount | minFeeRequired | 
| std::uint32_t | accountSeqNext | 
| std::uint32_t | accountSeqAvail | 
Definition at line 250 of file Transaction.h.
      
  | 
  delete | 
| ripple::Transaction::CurrentLedgerState::CurrentLedgerState | ( | LedgerIndex | li, | 
| XRPAmount | fee, | ||
| std::uint32_t | accSeqNext, | ||
| std::uint32_t | accSeqAvail | ||
| ) | 
Definition at line 254 of file Transaction.h.
| LedgerIndex ripple::Transaction::CurrentLedgerState::validatedLedger | 
Definition at line 266 of file Transaction.h.
| XRPAmount ripple::Transaction::CurrentLedgerState::minFeeRequired | 
Definition at line 267 of file Transaction.h.
| std::uint32_t ripple::Transaction::CurrentLedgerState::accountSeqNext | 
Definition at line 268 of file Transaction.h.
| std::uint32_t ripple::Transaction::CurrentLedgerState::accountSeqAvail | 
Definition at line 269 of file Transaction.h.